]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - Makefile
Don't allocate globals for constants that aren't read
[xonotic/gmqcc.git] / Makefile
index f6a21ffe301305671fd17ea32fc945fa0f5f41c9..530bd4cd4ea42249b3315b14951ec65724b3e56a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -17,6 +17,8 @@ ifeq ($(CC), clang)
            -Wno-unknown-warning-option        \
            -Wno-cast-align                    \
            -Wno-assign-enum                   \
+           -Wno-empty-body                    \
+           -Wno-date-time                     \
            -pedantic-errors
 else
        ifneq ($(CC), g++)