diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 1e3088c6b..603239ac4 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -503,6 +503,7 @@ target_compile_options(SRB2SDL2 PRIVATE $<$,$,$>>: -Wall -Wextra + -Wno-error=date-time -Wno-absolute-value -Wno-trigraphs -Wno-error=non-literal-null-conversion @@ -515,6 +516,7 @@ target_compile_options(SRB2SDL2 PRIVATE # C++, GNU, Clang and Apple Clang $<$,$,$,$>>: -Wall + -Wno-error=date-time -Wno-unused-function -Wno-unused-but-set-variable -Wno-unused-private-field