projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69ba281
)
Makefile: Don't compile with -Wformat-signedness unconditionally.
author
Andre Noll
<maan@tuebingen.mpg.de>
Fri, 30 Dec 2016 14:49:59 +0000
(15:49 +0100)
committer
Andre Noll
<maan@tuebingen.mpg.de>
Fri, 30 Dec 2016 14:49:59 +0000
(15:49 +0100)
This went in by mistake in the previous patch.
Makefile.real
patch
|
blob
|
history
diff --git
a/Makefile.real
b/Makefile.real
index ef52c2eb99288cb80eceeb03c5f2c8635acf4983..ce4881d29c90c8626e44d384dab14c81e15b11b8 100644
(file)
--- a/
Makefile.real
+++ b/
Makefile.real
@@
-115,7
+115,6
@@
STRICT_CFLAGS += -Wno-sign-compare -Wno-unknown-pragmas
STRICT_CFLAGS += -Wformat -Wformat-security
STRICT_CFLAGS += -Wmissing-format-attribute
STRICT_CFLAGS += -Wdeclaration-after-statement
-STRICT_CFLAGS += -Wformat-signedness
LDFLAGS += $(clock_gettime_ldflags)