diff --git a/CMakeLists.txt b/CMakeLists.txt
index a08ca4cb341e5726619aea870260f05503934f2c..b87e20ce15743e094bed1699d28bcaa20961ed42 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -66,6 +66,8 @@ set(Clang_C_FLAGS
     -Wno-format-nonliteral
     -Wno-missing-variable-declarations
     -Wno-unknown-warning-option
+    -Wno-declaration-after-statement
+    -Wno-double-promotion # Because of SDL2...
     -fcolor-diagnostics
 )
 set(Clang_CXX_FLAGS