]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - Makefile
Apply some static where it belongs
[xonotic/gmqcc.git] / Makefile
index 77c805d1642760bc68eaf418f443027f6275e5a8..667dfe63ac35d76b0401c7b1f8126d4bf4b33738 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -29,8 +29,6 @@ ifeq ($(CC), clang)
            -Wno-conversion                    \
            -Wno-missing-prototypes            \
            -Wno-float-equal                   \
-           -Wno-cast-align                    \
-           -Wno-missing-variable-declarations \
            -Wno-unknown-warning-option
 else
        #Tiny C Compiler doesn't know what -pedantic-errors is