]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - Makefile
ir_value_life_merge_into, to merge the liferange of one value into the range of anoth...
[xonotic/gmqcc.git] / Makefile
index fe0f5fc3ff5b3b08b60fb091f7739b20ae50762a..a0d6cc98cf27a37292e82a5ecd7fefb862328e80 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,18 +3,16 @@ CFLAGS += -Wall -I. -pedantic-errors -std=c90
 
 #turn on tons of warnings if clang is present
 ifeq ($(CC), clang)
-       CFLAGS += \
-               -Weverything \
-               -Wno-missing-prototypes \
-               -Wno-unused-parameter \
-               -Wno-sign-compare \
-               -Wno-implicit-fallthrough \
-               -Wno-sign-conversion \
-               -Wno-conversion \
+       CFLAGS +=                  \
+               -Weverything                  \
+               -Wno-missing-prototypes       \
+               -Wno-unused-parameter         \
+               -Wno-sign-compare             \
+               -Wno-implicit-fallthrough     \
+               -Wno-sign-conversion          \
+               -Wno-conversion               \
                -Wno-disabled-macro-expansion \
-               -Wno-padded \
-               -Wno-undef \
-               -Wno-conditional-uninitialized \
+               -Wno-padded                   \
                -Wno-format-nonliteral
 
 endif