sflow: Avoid "unused parameter" warnings from GCC 4.4.
authorBen Pfaff <blp@nicira.com>
Fri, 30 Jul 2010 21:47:29 +0000 (14:47 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 30 Jul 2010 23:04:29 +0000 (16:04 -0700)
commit52af5b998fbb1b0914e995fe6f21378e394914eb
tree2bc099048b5bba7cd9afbd23405c8d661a33892d
parent5682f723319241223baa7250ed215e1359dd6d8c
sflow: Avoid "unused parameter" warnings from GCC 4.4.

With GCC -Wno-unused by itself isn't enough to avoid "unused parameter"
warnings, since we also use -Wunused-parameter.  We also need to check for
and use -Wno-unused-parameter.
configure.ac
lib/automake.mk