]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - Makefile
Some fixes
[xonotic/gmqcc.git] / Makefile
index 207e910471305915fb31ab020c3f1ef633e26185..530bd4cd4ea42249b3315b14951ec65724b3e56a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -18,6 +18,7 @@ ifeq ($(CC), clang)
            -Wno-cast-align                    \
            -Wno-assign-enum                   \
            -Wno-empty-body                    \
+           -Wno-date-time                     \
            -pedantic-errors
 else
        ifneq ($(CC), g++)