Skip to content
Snippets Groups Projects
Commit bd42f189 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

Root /wd5033

parent b9adc6f0
No related branches found
No related tags found
1 merge request!446avoid recompilation under WIN CI unless scheduled; get rid of MSVC warnings
Pipeline #49061 passed
......@@ -26,7 +26,7 @@ if(NOT WIN32)
string(APPEND CMAKE_CXX_FLAGS " -Wno-dangling-gsl")
endif()
else()
string(APPEND CMAKE_CXX_FLAGS " /wd4244 /wd4267")
string(APPEND CMAKE_CXX_FLAGS " /wd4244 /wd4267 /wd5033")
endif()
add_library(${library_name} STATIC ${source_files})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment