X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=Makefile.in;h=5016b065b85d9c36dccff605b4d8e8519a745610;hp=75414df4292b71911ed8f66d0823fe472bb2121f;hb=8a61aff04fa2e8860f7fd3969d58d77c0292155a;hpb=32d355e7c8bb9ed3497faf0ddd41755196d039b8 diff --git a/Makefile.in b/Makefile.in index 75414df4..5016b065 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 -Wno-unknown-pragmas DEBUG_CPPFLAGS += -Wformat-security DEBUG_CPPFLAGS += -Wmissing-format-attribute # produces false positives