freebsd-dev/lib/libnvpair
Brian Behlendorf 8a7e1ceefa Check for -Wno-unused-but-set-variable gcc support
Gcc versions 4.3.2 and earlier do not support the compiler flag
-Wno-unused-but-set-variable.  This can lead to build failures
on older Linux platforms such as Debian Lenny.  Since this is
an optional build argument this changes add a new autoconf check
for the option.  If it is supported by the installed version of
gcc then it is used otherwise it is omited.

See commit's 12c1acde76 and
79713039a2 for the reason the
-Wno-unused-but-set-variable options was originally added.
2011-06-14 14:43:22 -07:00
..
libnvpair.c Fix "format not a string literal" warning 2010-09-08 21:39:28 -07:00
Makefile.am Support custom build directories and move includes 2010-09-08 12:38:56 -07:00
Makefile.in Check for -Wno-unused-but-set-variable gcc support 2011-06-14 14:43:22 -07:00
nvpair_alloc_system.c Fix gcc ident pragma warnings 2010-08-27 15:34:02 -07:00