]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - Makefile
Retarded clang warning is retarded.
[xonotic/gmqcc.git] / Makefile
index 8a5e72fe141f0188119845cac1ef9ad159de07fb..3ab21a810476f5113507b445434a49850f3afda5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,7 @@ ifeq ($(CC), clang)
            -Wno-missing-prototypes            \
            -Wno-float-equal                   \
            -Wno-unknown-warning-option        \
+           -Wno-cast-align                    \
            -Wstrict-prototypes
 else
        #Tiny C Compiler doesn't know what -pedantic-errors is