diff options
author | Alexander Wirt <formorer@debian.org> | 2014-09-19 10:15:14 +0200 |
---|---|---|
committer | Alexander Wirt <formorer@debian.org> | 2014-09-19 10:15:14 +0200 |
commit | c31a7efc19b438188e96cab1ca34116a51f3e914 (patch) | |
tree | 38101c9c0d76567fe99608fe7c7c39e8070bd6e4 /src/helpers | |
parent | 45669cfafbb57da51e1c0beeec392c380c6cd2cf (diff) | |
parent | 9f760e5d3f6b44ecf5bb7144517e022fd987fa76 (diff) | |
download | conntrack-tools-c31a7efc19b438188e96cab1ca34116a51f3e914.tar.gz conntrack-tools-c31a7efc19b438188e96cab1ca34116a51f3e914.zip |
Merge tag 'upstream/1.4.2'
Upstream version 1.4.2
Diffstat (limited to 'src/helpers')
-rw-r--r-- | src/helpers/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helpers/Makefile.in b/src/helpers/Makefile.in index c02a89c..3d28911 100644 --- a/src/helpers/Makefile.in +++ b/src/helpers/Makefile.in @@ -292,7 +292,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AM_CPPFLAGS = -I$(top_srcdir)/include AM_CFLAGS = -std=gnu99 -W -Wall \ - -Wmissing-prototypes -Wwrite-strings -Wcast-qual -Wfloat-equal -Wshadow -Wpointer-arith -Wbad-function-cast -Wsign-compare -Waggregate-return -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wstrict-prototypes -Wundef \ + -Wmissing-prototypes -Wwrite-strings -Wfloat-equal -Wshadow -Wpointer-arith -Wbad-function-cast -Wsign-compare -Waggregate-return -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wstrict-prototypes -Wundef \ -Wno-unused-parameter ${LIBNFNETLINK_CFLAGS} ${LIBMNL_CFLAGS} \ ${LIBNETFILTER_CONNTRACK_CFLAGS} \ ${LIBNETFILTER_CTTIMEOUT_CFLAGS} \ |