]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
Retarded clang warning is retarded.
authorDale Weiler <killfieldengine@gmail.com>
Tue, 18 Jun 2013 07:26:07 +0000 (07:26 +0000)
committerDale Weiler <killfieldengine@gmail.com>
Tue, 18 Jun 2013 07:26:07 +0000 (07:26 +0000)
BSDmakefile
Makefile

index 4dc4bec3516fde4bf7b57299b8de864a2aedf3b0..947f3839a267f7c29cb477f968f296a723fbbfca 100644 (file)
@@ -21,6 +21,7 @@ CFLAGS   +=  -Wall -Wextra -Werror -fno-strict-aliasing -DGMQCC_GITINFO=\"$(GITI
                 -Wno-missing-prototypes\
                 -Wno-float-equal\
                 -Wno-unknown-warning-option\
+                -Wno-cast-align\
                 -Wstrict-prototypes
 .else
 .    if $(CC) == tcc
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