X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=makefile;fp=makefile;h=621c73e9fc55bdd782471eb74567e3dfa7a3b87c;hb=a6b833ae7c75a64909343e661d87cd6364a7abd3;hp=38550197ece1d5a3fd01227151934ff5356be0c9;hpb=d0c3037e2e74a1df265131a8b1b82c70011a0da2;p=xonotic%2Fdarkplaces.git 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)