]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - Makefile
Big-endian: Byteswap only the field contents when writing progs.dat
[xonotic/gmqcc.git] / Makefile
index 97f16c99dd61e3e8c22c608926a4175a341286a0..3097368802bca32cf61b1835241ca93bb2d5cbad 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ UNAME  ?= $(shell uname)
 CYGWIN  = $(findstring CYGWIN,  $(UNAME))
 MINGW   = $(findstring MINGW32, $(UNAME))
 
-CFLAGS += -Wall -Wextra -Werror -Wstrict-aliasing
+CFLAGS += -Wall -Wextra -Werror -Wstrict-aliasing -Wno-attributes
 #turn on tons of warnings if clang is present
 # but also turn off the STUPID ONES
 ifeq ($(CC), clang)