]> git.ipfire.org Git - thirdparty/nftables.git/commitdiff
build: add missing backslash to list of CFLAGS
authorTobias Klauser <tklauser@distanz.ch>
Fri, 13 Jan 2017 14:24:09 +0000 (15:24 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 16 Jan 2017 10:36:41 +0000 (11:36 +0100)
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>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
src/Makefile.am

index 65cb4b403754ab63cb4ed5266a942992530be606..c6586f5f03c21339c6380b12553bb3b3da3df5d5 100644 (file)
@@ -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