]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - Makefile
Handle encoding errors for platform_vasprintf
[xonotic/gmqcc.git] / Makefile
index bec603e5daf95db1d913fff4810e3883ec3980ae..f6a21ffe301305671fd17ea32fc945fa0f5f41c9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,8 +4,7 @@ UNAME  ?= $(shell uname)
 CYGWIN  = $(findstring CYGWIN, $(UNAME))
 MINGW   = $(findstring MINGW,  $(UNAME))
 
-CFLAGS += -Wall -Wextra -Werror -Wstrict-aliasing -Wno-attributes
-#turn on tons of warnings if clang is present
+# turn on tons of warnings if clang is present
 # but also turn off the STUPID ONES
 ifeq ($(CC), clang)
        CFLAGS +=                              \