Skip to content

Commit

Permalink
Visual C++: Enables /Wall
Browse files Browse the repository at this point in the history
  • Loading branch information
christophe-lunarg committed Feb 6, 2024
1 parent 7b53739 commit 4e17513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ elseif(CMAKE_CXX_COMPILER_ID MATCHES "MSVC")
endif()

if(NOT GLM_DISABLE_AUTO_DETECTION)
add_compile_options(/W4 /WX)
add_compile_options(/Wall /WX)
endif()
# add_compile_options(/wd4309 /wd4324 /wd4389 /wd4127 /wd4267 /wd4146 /wd4201 /wd4464 /wd4514 /wd4701 /wd4820 /wd4365)
add_definitions(-D_CRT_SECURE_NO_WARNINGS)
Expand Down

0 comments on commit 4e17513

Please sign in to comment.