From: cloudwalk Date: Mon, 20 Jul 2020 14:39:55 +0000 (+0000) Subject: makefile: Add -Wc++11-compat-reserved-user-defined-literal X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=commitdiff_plain;h=8cca05ca8d1e9b28c00afd25ec7d80b0ffe4f68f makefile: Add -Wc++11-compat-reserved-user-defined-literal git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12846 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/makefile b/makefile index 973113d1..3709c57e 100644 --- a/makefile +++ b/makefile @@ -217,7 +217,7 @@ ifeq ($(WIN64RELEASE), 1) # WINDRES=$(TARGET)-windres endif -CFLAGS_WARNINGS=-Wall -Winline -Werror=c++-compat -Wshadow -Wold-style-definition -Wstrict-prototypes -Wsign-compare -Wdeclaration-after-statement -Wmissing-prototypes +CFLAGS_WARNINGS=-Wall -Winline -Werror=c++-compat -Wc++11-compat-deprecated-writable-strings -Wshadow -Wold-style-definition -Wstrict-prototypes -Wsign-compare -Wdeclaration-after-statement -Wmissing-prototypes ifeq ($(DP_MAKE_TARGET), mingw)