freebsd-dev/cmd/zvol_id
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
..
.gitignore Added .gitignore for mount.zfs and zvol_id 2011-04-07 10:28:38 -07:00
Makefile.am Use udev to create /dev/zvol/[dataset_name] links 2011-02-25 09:43:19 -08:00
Makefile.in Check for -Wno-unused-but-set-variable gcc support 2011-06-14 14:43:22 -07:00
zvol_id_main.c Fixes to enable zvol symlink creation 2011-03-24 11:48:18 -07:00