We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77e2bb3 commit 8027584Copy full SHA for 8027584
CMakeLists.txt
@@ -26,7 +26,7 @@ function(rerun_strict_warning_settings target)
26
# TODO(andreas): Try to enable /Wall
27
target_compile_options(${target} PRIVATE /W4)
28
29
- target_compile_options(${target} PRIVATE /we4996) # Using deprecated functions functions is an error
+ target_compile_options(${target} PRIVATE /we4996) # Using deprecated functions is an error
30
31
if(BUILD_SHARED_LIBS)
32
# If we are building as shared libs, we are going to have to disable the C4251
0 commit comments