]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - Makefile
operators &= and |=
[xonotic/gmqcc.git] / Makefile
index 7420ccc7f13580c45460450ab6749e41289a6614..84334157040d4bf900c8018964ac04bba6d0a62b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,8 @@ ifeq ($(CC), clang)
                -Wno-padded                   \
                -Wno-format-nonliteral        \
                -Wno-disabled-macro-expansion \
-               -Wno-conversion
+               -Wno-conversion               \
+               -Wno-missing-prototypes
 
 endif
 ifeq ($(track), no)