Skip to content

Commit

Permalink
add commented out /sdl compiler-time checks
Browse files Browse the repository at this point in the history
  • Loading branch information
nam20485 committed Apr 20, 2024
1 parent 50f02a5 commit 3393ef8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ if (MSVC)
add_compile_options(/wd4251)
# ignore C4100: 'identifier': unreferenced formal parameter
add_compile_options(/wd4100)
#add_compile_options(/sdl)
else()
# additional warnings
add_compile_options(-Wall -Wextra -Wpedantic)
Expand Down

0 comments on commit 3393ef8

Please sign in to comment.