zfs/lib/libzpool
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
..
Makefile.am Add zpl_export.c to the list of targets. 2011-04-29 19:50:35 -07:00
Makefile.in Check for -Wno-unused-but-set-variable gcc support 2011-06-14 14:43:22 -07:00
kernel.c Fix block device-related issues in zdb. 2010-12-14 09:52:46 -08:00
taskq.c Fix Solaris thread dependency by using pthreads 2010-08-31 08:38:47 -07:00
util.c Fix gcc cast warnings 2010-08-27 15:33:32 -07:00