We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a55384 commit 1ed8329Copy full SHA for 1ed8329
CMakeLists.txt
@@ -12,7 +12,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
12
# Additional warnings and errors
13
if(MSVC)
14
add_compile_definitions(_CRT_SECURE_NO_WARNINGS)
15
- add_compile_options(/W4)
+ add_compile_options(/W4 /permissive-)
16
else()
17
add_compile_options(-Wall -Wextra -Wno-register -Werror=vla)
18
endif()
0 commit comments