diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index d21f1f137..c139d5d64 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -428,6 +428,7 @@ target_compile_options(SRB2SDL2 PRIVATE -Wno-trigraphs -W # Was controlled by RELAXWARNINGS -pedantic + -Wpedantic -Wfloat-equal -Wundef -Wpointer-arith @@ -527,7 +528,7 @@ target_compile_options(SRB2SDL2 PRIVATE > # C++, MSVC - $<$,$>: + $<$,$>: /Wv:19.20.27004.0 >