Skip to content
Snippets Groups Projects
Verified Commit beb806d1 authored by Josch Morgenstern's avatar Josch Morgenstern
Browse files

[#28] change warning level

parent 74ff8e70
No related branches found
No related tags found
1 merge request!17Resolve "Warnstufe für MSVC abmildern"
Pipeline #24739 passed
...@@ -32,7 +32,7 @@ if (vkcv_build_debug) ...@@ -32,7 +32,7 @@ if (vkcv_build_debug)
elseif (CMAKE_CXX_COMPILER_ID STREQUAL "GNU") elseif (CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
set(vkcv_flags ${vkcv_flags} " -Wextra -Wall -pedantic") set(vkcv_flags ${vkcv_flags} " -Wextra -Wall -pedantic")
else() else()
set(vkcv_flags ${vkcv_flags} " -Wall") set(vkcv_flags ${vkcv_flags} " -W4")
endif() endif()
endif() endif()
......
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