From: cloudwalk Date: Tue, 30 Jun 2020 05:10:47 +0000 (+0000) Subject: Add -Winline flag X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=a6b833ae7c75a64909343e661d87cd6364a7abd3;p=xonotic%2Fdarkplaces.git Add -Winline flag git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12755 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/makefile b/makefile index 38550197..621c73e9 100644 --- a/makefile +++ b/makefile @@ -217,7 +217,7 @@ ifeq ($(WIN64RELEASE), 1) # WINDRES=$(TARGET)-windres endif -CFLAGS_WARNINGS=-Wall -Werror=c++-compat -Wshadow -Wold-style-definition -Wstrict-prototypes -Wsign-compare -Wdeclaration-after-statement -Wmissing-prototypes +CFLAGS_WARNINGS=-Wall -Winline -Werror=c++-compat -Wshadow -Wold-style-definition -Wstrict-prototypes -Wsign-compare -Wdeclaration-after-statement -Wmissing-prototypes ifeq ($(DP_MAKE_TARGET), mingw)