]> de.git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
Disable stupid clang warning.
authorDale Weiler <weilercdale@gmail.com>
Sat, 24 May 2014 14:02:58 +0000 (10:02 -0400)
committerDale Weiler <weilercdale@gmail.com>
Sat, 24 May 2014 14:02:58 +0000 (10:02 -0400)
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++)