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