X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=Makefile.real;h=d54a80da3f2d50bcc63b937b1f933530cffca52f;hb=1588c2fde253c57bff8c7694415934925eb63a46;hp=289e027a0b387acd26259624dbce45fd0c823eb9;hpb=f88f743357df5d7c6411d6d8e61381ae7975d73b;p=paraslash.git diff --git a/Makefile.real b/Makefile.real index 289e027a..d54a80da 100644 --- a/Makefile.real +++ b/Makefile.real @@ -19,7 +19,6 @@ uname_s := $(shell uname -s 2>/dev/null || echo "UNKNOWN_OS") uname_rs := $(shell uname -rs) cc_version := $(shell $(CC) --version | head -n 1) GIT_VERSION := $(shell ./GIT-VERSION-GEN git-version.h) -build_date := $(shell date) ifeq ("$(origin O)", "command line") build_dir := $(O) @@ -114,6 +113,7 @@ STRICT_CFLAGS += -Wredundant-decls STRICT_CFLAGS += -Wno-sign-compare -Wno-unknown-pragmas STRICT_CFLAGS += -Wformat -Wformat-security STRICT_CFLAGS += -Wmissing-format-attribute +STRICT_CFLAGS += -Wdeclaration-after-statement LDFLAGS += $(clock_gettime_ldflags)