X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=Makefile.in;h=7a23832b124b8b09a99d43e10398bf764a303cc3;hp=75414df4292b71911ed8f66d0823fe472bb2121f;hb=1d54a5412ef39590022e6dd4448881f267e96d0b;hpb=32d355e7c8bb9ed3497faf0ddd41755196d039b8 diff --git a/Makefile.in b/Makefile.in index 75414df4..7a23832b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -15,13 +15,13 @@ build_date := $(shell date) uname_s := $(shell uname -s 2>/dev/null || echo "UNKNOWN_OS") uname_rs := $(shell uname -rs) cc_version := $(shell $(CC) --version | head -n 1) -codename := infinite rollback +codename := nested assignment GIT_VERSION := $(shell ./GIT-VERSION-GEN git-version.h) -DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W +DEBUG_CPPFLAGS += -g -Wunused -Wundef -W DEBUG_CPPFLAGS += -Wredundant-decls -DEBUG_CPPFLAGS += -Wall +DEBUG_CPPFLAGS += -Wall -Wno-sign-compare DEBUG_CPPFLAGS += -Wformat-security DEBUG_CPPFLAGS += -Wmissing-format-attribute # produces false positives