]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - BSDmakefile
Implemented length operator. This closes #130
[xonotic/gmqcc.git] / BSDmakefile
index 812df35e118cbb690d60292f922ada28d15df462..b34cb1e7610c11a4215f29cbce9ff119d5a19e8e 100644 (file)
@@ -11,8 +11,6 @@ GITINFO  :=
     GITINFO != git describe --always
 .endif
 
-CFLAGS   +=  -Wall -Wextra -Werror -Wstrict-aliasing
-
 .if $(CC) == clang
     CFLAGS +=   -Weverything\
                 -Wno-padded\
@@ -22,6 +20,7 @@ CFLAGS   +=  -Wall -Wextra -Werror -Wstrict-aliasing
                 -Wno-float-equal\
                 -Wno-unknown-warning-option\
                 -Wno-cast-align\
+                -Wno-assign-enum\
                 -pedantic-errors
 .else
 .    if $(CC) != g++