]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - Makefile
Disable stupid clang warning.
[xonotic/gmqcc.git] / Makefile
index 3f286e27f6117db926fbdd051dad85abf3433644..bec603e5daf95db1d913fff4810e3883ec3980ae 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -17,6 +17,7 @@ ifeq ($(CC), clang)
            -Wno-float-equal                   \
            -Wno-unknown-warning-option        \
            -Wno-cast-align                    \
+           -Wno-assign-enum                   \
            -pedantic-errors
 else
        ifneq ($(CC), g++)