]> git.ipfire.org Git - thirdparty/ulogd2.git/commit
compilation: set -Wno-ununused-parameter in CFLAGS
authorEric Leblond <eric@inl.fr>
Fri, 1 Aug 2008 08:32:13 +0000 (10:32 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Fri, 1 Aug 2008 08:32:13 +0000 (10:32 +0200)
commitd8a1b8d30e31b3e06376005f832b71df2eef6399
tree718811cb23f8de96aaa584f575bcb38f71189005
parent74ad630be147c9f61bf3faee166a415edea4f4fc
compilation: set -Wno-ununused-parameter in CFLAGS

This patch adds the "-Wno-unused-parameter" option to CFLAGS. This
suppress gcc warning that can not be fixed due to the usage of generic system
like callback where function definition has to be standardized.

Signed-off-by: Eric Leblond <eric@inl.fr>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
configure.in