mirror_zfs/config
Brian Behlendorf 79713039a2 Fix gcc configure warnings
Newer versions of gcc are getting smart enough to detect the sloppy
syntax used for the autoconf tests.  It is now generating warnings
for unused/undeclared variables.  Newer version of gcc even have
the -Wunused-but-set-variable option set by default.  This isn't a
problem except when -Werror is set and they get promoted to an error.
In this case the autoconf test will return an incorrect result which
will result in a build failure latter on.

To handle this I'm tightening up many of the autoconf tests to
explicitly mark variables as unused to suppress the gcc warning.
Remember, all of the autoconf code can never actually be run we
just want to get a clean build error to detect which APIs are
available.  Never using a variable is absolutely fine for this.

Closes #176
2011-04-19 10:10:47 -07:00
..
config.awk Add build system 2010-08-31 13:41:27 -07:00
config.guess Add initial autoconf products 2010-08-31 13:42:02 -07:00
config.sub Add initial autoconf products 2010-08-31 13:42:02 -07:00
deb.am Add dracut support 2011-03-17 16:52:04 -07:00
depcomp Add initial autoconf products 2010-08-31 13:42:02 -07:00
install-sh Add initial autoconf products 2010-08-31 13:42:02 -07:00
kernel-bdev-block-device-operations.m4 Add build system 2010-08-31 13:41:27 -07:00
kernel-bdev-logical-size.m4 Add build system 2010-08-31 13:41:27 -07:00
kernel-bio-empty-barrier.m4 Add build system 2010-08-31 13:41:27 -07:00
kernel-bio-end-io-t-args.m4 Fix gcc configure warnings 2011-04-19 10:10:47 -07:00
kernel-bio-failfast.m4 Fix gcc configure warnings 2011-04-19 10:10:47 -07:00
kernel-bio-rw-syncio.m4 Fix gcc configure warnings 2011-04-19 10:10:47 -07:00
kernel-blk-end-request.m4 Add build system 2010-08-31 13:41:27 -07:00
kernel-blk-fetch-request.m4 Add build system 2010-08-31 13:41:27 -07:00
kernel-blk-requeue-request.m4 Add build system 2010-08-31 13:41:27 -07:00
kernel-blk-rq-bytes.m4 Add build system 2010-08-31 13:41:27 -07:00
kernel-blk-rq-pos.m4 Add build system 2010-08-31 13:41:27 -07:00
kernel-blk-rq-sectors.m4 Add build system 2010-08-31 13:41:27 -07:00
kernel-blkdev-get-by-path.m4 Linux 2.6.38 compat, blkdev_get_by_path() 2011-02-23 12:29:38 -08:00
kernel-evict-inode.m4 Fix gcc configure warnings 2011-04-19 10:10:47 -07:00
kernel-fmode-t.m4 Fix gcc configure warnings 2011-04-19 10:10:47 -07:00
kernel-fsync.m4 Fix gcc configure warnings 2011-04-19 10:10:47 -07:00
kernel-get-disk-ro.m4 Add build system 2010-08-31 13:41:27 -07:00
kernel-insert-inode-locked.m4 Linux 2.6.28 compat, insert_inode_locked() 2011-03-22 12:15:54 -07:00
kernel-invalidate-bdev-args.m4 Fix gcc configure warnings 2011-04-19 10:10:47 -07:00
kernel-kobj-name-len.m4 Fix gcc configure warnings 2011-04-19 10:10:47 -07:00
kernel-open-bdev-exclusive.m4 Add build system 2010-08-31 13:41:27 -07:00
kernel-rq-for-each_segment.m4 Add build system 2010-08-31 13:41:27 -07:00
kernel-rq-is_sync.m4 Add build system 2010-08-31 13:41:27 -07:00
kernel-xattr-handler.m4 Fix gcc configure warnings 2011-04-19 10:10:47 -07:00
kernel.m4 Linux 2.6.28 compat, insert_inode_locked() 2011-03-22 12:15:54 -07:00
ltmain.sh Refresh autogen.sh products 2010-12-07 15:33:12 -08:00
missing Add initial autoconf products 2010-08-31 13:42:02 -07:00
rpm.am Add build system 2010-08-31 13:41:27 -07:00
Rules.am Support custom build directories and move includes 2010-09-08 12:38:56 -07:00
tgz.am Add build system 2010-08-31 13:41:27 -07:00
user-arch.m4 Add build system 2010-08-31 13:41:27 -07:00
user-frame-larger-than.m4 Add build system 2010-08-31 13:41:27 -07:00
user-ioctl.m4 Add build system 2010-08-31 13:41:27 -07:00
user-libblkid.m4 Add build system 2010-08-31 13:41:27 -07:00
user-libuuid.m4 Add build system 2010-08-31 13:41:27 -07:00
user-nptl_guard_within_stack.m4 Add build system 2010-08-31 13:41:27 -07:00
user-selinux.m4 Autoconf selinux support 2011-01-28 12:45:19 -08:00
user-zlib.m4 Add build system 2010-08-31 13:41:27 -07:00
user.m4 Minimal libshare infrastructure 2011-02-04 16:14:29 -08:00
zfs-build.m4 Add init scripts 2011-03-17 16:51:54 -07:00
zfs-meta.m4 Add build system 2010-08-31 13:41:27 -07:00