* [PATCH nft] build: add missing backslash to list of CFLAGS
@ 2017-01-13 14:24 Tobias Klauser
2017-01-16 10:37 ` Pablo Neira Ayuso
0 siblings, 1 reply; 2+ messages in thread
From: Tobias Klauser @ 2017-01-13 14:24 UTC (permalink / raw)
To: netfilter-devel
Due to a missing backslash in the AM_CFLAGS list some warning flags do
not get added to the generated default CLFAGS. Add the missing backslash
to include them as well.
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
---
src/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Makefile.am b/src/Makefile.am
index 65cb4b403754..c6586f5f03c2 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -16,7 +16,7 @@ AM_CFLAGS = -Wall \
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations \
-Wdeclaration-after-statement -Wsign-compare -Winit-self \
-Wformat-nonliteral -Wformat-security -Wmissing-format-attribute \
- -Wcast-align -Wundef -Wbad-function-cast
+ -Wcast-align -Wundef -Wbad-function-cast \
-Waggregate-return -Wunused -Wwrite-strings
--
2.11.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH nft] build: add missing backslash to list of CFLAGS
2017-01-13 14:24 [PATCH nft] build: add missing backslash to list of CFLAGS Tobias Klauser
@ 2017-01-16 10:37 ` Pablo Neira Ayuso
0 siblings, 0 replies; 2+ messages in thread
From: Pablo Neira Ayuso @ 2017-01-16 10:37 UTC (permalink / raw)
To: Tobias Klauser; +Cc: netfilter-devel
On Fri, Jan 13, 2017 at 03:24:09PM +0100, Tobias Klauser wrote:
> Due to a missing backslash in the AM_CFLAGS list some warning flags do
> not get added to the generated default CLFAGS. Add the missing backslash
> to include them as well.
Also applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-01-16 10:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-13 14:24 [PATCH nft] build: add missing backslash to list of CFLAGS Tobias Klauser
2017-01-16 10:37 ` Pablo Neira Ayuso
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).