From 0b5ddcfdcab539e50b58af6151c51d25cd874231 Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Wed, 11 Mar 2009 22:31:29 -0700 Subject: [PATCH] Refresh autogen products --- cmd/zdb/Makefile.in | 14 +++++--------- cmd/zfs/Makefile.in | 14 +++++--------- cmd/zinject/Makefile.in | 14 +++++--------- cmd/zpios/Makefile.in | 14 +++++--------- cmd/zpool/Makefile.in | 14 +++++--------- cmd/ztest/Makefile.in | 14 +++++--------- configure | 18 ++++++------------ lib/libavl/Makefile.in | 14 +++++--------- lib/libnvpair/Makefile.in | 14 +++++--------- lib/libspl/Makefile.in | 14 +++++--------- lib/libunicode/Makefile.in | 14 +++++--------- lib/libuutil/Makefile.in | 14 +++++--------- lib/libzfs/Makefile.in | 14 +++++--------- lib/libzpool/Makefile.in | 14 +++++--------- 14 files changed, 71 insertions(+), 129 deletions(-) diff --git a/cmd/zdb/Makefile.in b/cmd/zdb/Makefile.in index 440a75f24e..38a75105d4 100644 --- a/cmd/zdb/Makefile.in +++ b/cmd/zdb/Makefile.in @@ -222,18 +222,14 @@ DEFAULT_INCLUDES = -I${top_srcdir} -I${top_srcdir}/lib/libspl/include \ -I${top_srcdir}/module/avl/include \ -I${top_srcdir}/module/unicode/include -# FIXME: Quiet warnings not covered by the gcc-* patches. We should -# FIXME: consider removing this as soon as we reasonably can. -# # FIXME: Add -Wshadow once everything is working -# # Expected defines not covered by zfs_config.h or spl_config.h -AM_CFLAGS = -Wall -Wstrict-prototypes -Werror -Wno-switch -Wno-unused \ - -Wno-missing-braces -Wno-uninitialized -fno-strict-aliasing \ - -D_GNU_SOURCE -D__EXTENSIONS__ -D_REENTRANT \ - -D_POSIX_PTHREAD_SEMANTICS -D_FILE_OFFSET_BITS=64 \ - -D_LARGEFILE64_SOURCE -DTEXT_DOMAIN=\"zfs-linux-user\" +AM_CFLAGS = -Wall -Wstrict-prototypes -Werror -Wno-switch \ + -Wno-uninitialized -fno-strict-aliasing -D_GNU_SOURCE \ + -D__EXTENSIONS__ -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS \ + -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE \ + -DTEXT_DOMAIN=\"zfs-linux-user\" zdb_SOURCES = \ ${top_srcdir}/cmd/zdb/zdb.c \ ${top_srcdir}/cmd/zdb/zdb_il.c diff --git a/cmd/zfs/Makefile.in b/cmd/zfs/Makefile.in index a5fda03190..96f3049b5e 100644 --- a/cmd/zfs/Makefile.in +++ b/cmd/zfs/Makefile.in @@ -221,18 +221,14 @@ DEFAULT_INCLUDES = -I${top_srcdir} -I${top_srcdir}/lib/libspl/include \ -I${top_srcdir}/module/avl/include \ -I${top_srcdir}/module/unicode/include -# FIXME: Quiet warnings not covered by the gcc-* patches. We should -# FIXME: consider removing this as soon as we reasonably can. -# # FIXME: Add -Wshadow once everything is working -# # Expected defines not covered by zfs_config.h or spl_config.h -AM_CFLAGS = -Wall -Wstrict-prototypes -Werror -Wno-switch -Wno-unused \ - -Wno-missing-braces -Wno-uninitialized -fno-strict-aliasing \ - -D_GNU_SOURCE -D__EXTENSIONS__ -D_REENTRANT \ - -D_POSIX_PTHREAD_SEMANTICS -D_FILE_OFFSET_BITS=64 \ - -D_LARGEFILE64_SOURCE -DTEXT_DOMAIN=\"zfs-linux-user\" +AM_CFLAGS = -Wall -Wstrict-prototypes -Werror -Wno-switch \ + -Wno-uninitialized -fno-strict-aliasing -D_GNU_SOURCE \ + -D__EXTENSIONS__ -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS \ + -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE \ + -DTEXT_DOMAIN=\"zfs-linux-user\" zfs_SOURCES = \ ${top_srcdir}/cmd/zfs/zfs_iter.c \ ${top_srcdir}/cmd/zfs/zfs_iter.h \ diff --git a/cmd/zinject/Makefile.in b/cmd/zinject/Makefile.in index 0888bcc207..6cf3a1954d 100644 --- a/cmd/zinject/Makefile.in +++ b/cmd/zinject/Makefile.in @@ -223,18 +223,14 @@ DEFAULT_INCLUDES = -I${top_srcdir} -I${top_srcdir}/lib/libspl/include \ -I${top_srcdir}/module/avl/include \ -I${top_srcdir}/module/unicode/include -# FIXME: Quiet warnings not covered by the gcc-* patches. We should -# FIXME: consider removing this as soon as we reasonably can. -# # FIXME: Add -Wshadow once everything is working -# # Expected defines not covered by zfs_config.h or spl_config.h -AM_CFLAGS = -Wall -Wstrict-prototypes -Werror -Wno-switch -Wno-unused \ - -Wno-missing-braces -Wno-uninitialized -fno-strict-aliasing \ - -D_GNU_SOURCE -D__EXTENSIONS__ -D_REENTRANT \ - -D_POSIX_PTHREAD_SEMANTICS -D_FILE_OFFSET_BITS=64 \ - -D_LARGEFILE64_SOURCE -DTEXT_DOMAIN=\"zfs-linux-user\" +AM_CFLAGS = -Wall -Wstrict-prototypes -Werror -Wno-switch \ + -Wno-uninitialized -fno-strict-aliasing -D_GNU_SOURCE \ + -D__EXTENSIONS__ -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS \ + -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE \ + -DTEXT_DOMAIN=\"zfs-linux-user\" zinject_SOURCES = \ ${top_srcdir}/cmd/zinject/translate.c \ ${top_srcdir}/cmd/zinject/zinject.c \ diff --git a/cmd/zpios/Makefile.in b/cmd/zpios/Makefile.in index e14ef21f8d..c85b051be1 100644 --- a/cmd/zpios/Makefile.in +++ b/cmd/zpios/Makefile.in @@ -209,18 +209,14 @@ target_vendor = @target_vendor@ DEFAULT_INCLUDES = -I${top_srcdir} \ -I${top_srcdir}/module/zpios/include -# FIXME: Quiet warnings not covered by the gcc-* patches. We should -# FIXME: consider removing this as soon as we reasonably can. -# # FIXME: Add -Wshadow once everything is working -# # Expected defines not covered by zfs_config.h or spl_config.h -AM_CFLAGS = -Wall -Wstrict-prototypes -Werror -Wno-switch -Wno-unused \ - -Wno-missing-braces -Wno-uninitialized -fno-strict-aliasing \ - -D_GNU_SOURCE -D__EXTENSIONS__ -D_REENTRANT \ - -D_POSIX_PTHREAD_SEMANTICS -D_FILE_OFFSET_BITS=64 \ - -D_LARGEFILE64_SOURCE -DTEXT_DOMAIN=\"zfs-linux-user\" +AM_CFLAGS = -Wall -Wstrict-prototypes -Werror -Wno-switch \ + -Wno-uninitialized -fno-strict-aliasing -D_GNU_SOURCE \ + -D__EXTENSIONS__ -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS \ + -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE \ + -DTEXT_DOMAIN=\"zfs-linux-user\" zpios_SOURCES = \ $(top_srcdir)/cmd/zpios/zpios_main.c \ $(top_srcdir)/cmd/zpios/zpios_util.c \ diff --git a/cmd/zpool/Makefile.in b/cmd/zpool/Makefile.in index ead814b1f0..467f578d94 100644 --- a/cmd/zpool/Makefile.in +++ b/cmd/zpool/Makefile.in @@ -222,18 +222,14 @@ DEFAULT_INCLUDES = -I${top_srcdir} -I${top_srcdir}/lib/libspl/include \ -I${top_srcdir}/module/avl/include \ -I${top_srcdir}/module/unicode/include -# FIXME: Quiet warnings not covered by the gcc-* patches. We should -# FIXME: consider removing this as soon as we reasonably can. -# # FIXME: Add -Wshadow once everything is working -# # Expected defines not covered by zfs_config.h or spl_config.h -AM_CFLAGS = -Wall -Wstrict-prototypes -Werror -Wno-switch -Wno-unused \ - -Wno-missing-braces -Wno-uninitialized -fno-strict-aliasing \ - -D_GNU_SOURCE -D__EXTENSIONS__ -D_REENTRANT \ - -D_POSIX_PTHREAD_SEMANTICS -D_FILE_OFFSET_BITS=64 \ - -D_LARGEFILE64_SOURCE -DTEXT_DOMAIN=\"zfs-linux-user\" +AM_CFLAGS = -Wall -Wstrict-prototypes -Werror -Wno-switch \ + -Wno-uninitialized -fno-strict-aliasing -D_GNU_SOURCE \ + -D__EXTENSIONS__ -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS \ + -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE \ + -DTEXT_DOMAIN=\"zfs-linux-user\" zpool_SOURCES = \ ${top_srcdir}/cmd/zpool/zpool_iter.c \ ${top_srcdir}/cmd/zpool/zpool_main.c \ diff --git a/cmd/ztest/Makefile.in b/cmd/ztest/Makefile.in index 6e91b31672..b29a87c4d8 100644 --- a/cmd/ztest/Makefile.in +++ b/cmd/ztest/Makefile.in @@ -223,18 +223,14 @@ DEFAULT_INCLUDES = -I${top_srcdir} -I${top_srcdir}/lib/libspl/include \ -I${top_srcdir}/module/avl/include \ -I${top_srcdir}/module/unicode/include -# FIXME: Quiet warnings not covered by the gcc-* patches. We should -# FIXME: consider removing this as soon as we reasonably can. -# # FIXME: Add -Wshadow once everything is working -# # Expected defines not covered by zfs_config.h or spl_config.h -AM_CFLAGS = -Wall -Wstrict-prototypes -Werror -Wno-switch -Wno-unused \ - -Wno-missing-braces -Wno-uninitialized -fno-strict-aliasing \ - -D_GNU_SOURCE -D__EXTENSIONS__ -D_REENTRANT \ - -D_POSIX_PTHREAD_SEMANTICS -D_FILE_OFFSET_BITS=64 \ - -D_LARGEFILE64_SOURCE -DTEXT_DOMAIN=\"zfs-linux-user\" +AM_CFLAGS = -Wall -Wstrict-prototypes -Werror -Wno-switch \ + -Wno-uninitialized -fno-strict-aliasing -D_GNU_SOURCE \ + -D__EXTENSIONS__ -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS \ + -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE \ + -DTEXT_DOMAIN=\"zfs-linux-user\" ztest_SOURCES = \ ${top_srcdir}/cmd/ztest/ztest.c diff --git a/configure b/configure index 16f71baadb..69db18f3fa 100755 --- a/configure +++ b/configure @@ -19195,15 +19195,12 @@ echo "${ECHO_T}$ZFS_CONFIG" >&6; kernel) KERNELMAKE_PARAMS="V=1" - # FIXME: Quiet warnings not covered by the gcc-* patches. We should - # FIXME: consider removing this as soon as we reasonably can KERNELCPPFLAGS="$KERNELCPPFLAGS -Wall -Wstrict-prototypes -Werror" - KERNELCPPFLAGS="$KERNELCPPFLAGS -Wno-switch -Wno-unused" - KERNELCPPFLAGS="$KERNELCPPFLAGS -Wno-missing-braces" + KERNELCPPFLAGS="$KERNELCPPFLAGS -Wno-switch" KERNELCPPFLAGS="$KERNELCPPFLAGS -Wno-uninitialized -fno-strict-aliasing" - KERNELCPPFLAGS="$KERNELCPPFLAGS -DHAVE_SPL -D_KERNEL " - KERNELCPPFLAGS="$KERNELCPPFLAGS -DTEXT_DOMAIN=\\\"zfs-linux-kernel\\\" " + KERNELCPPFLAGS="$KERNELCPPFLAGS -DHAVE_SPL -D_KERNEL" + KERNELCPPFLAGS="$KERNELCPPFLAGS -DTEXT_DOMAIN=\\\"zfs-linux-kernel\\\"" KERNELCPPFLAGS="$KERNELCPPFLAGS -I$splsrc -I$splsrc/include -I$TOPDIR" @@ -19605,15 +19602,12 @@ echo "${ECHO_T}yes" >&6 all) KERNELMAKE_PARAMS="V=1" - # FIXME: Quiet warnings not covered by the gcc-* patches. We should - # FIXME: consider removing this as soon as we reasonably can KERNELCPPFLAGS="$KERNELCPPFLAGS -Wall -Wstrict-prototypes -Werror" - KERNELCPPFLAGS="$KERNELCPPFLAGS -Wno-switch -Wno-unused" - KERNELCPPFLAGS="$KERNELCPPFLAGS -Wno-missing-braces" + KERNELCPPFLAGS="$KERNELCPPFLAGS -Wno-switch" KERNELCPPFLAGS="$KERNELCPPFLAGS -Wno-uninitialized -fno-strict-aliasing" - KERNELCPPFLAGS="$KERNELCPPFLAGS -DHAVE_SPL -D_KERNEL " - KERNELCPPFLAGS="$KERNELCPPFLAGS -DTEXT_DOMAIN=\\\"zfs-linux-kernel\\\" " + KERNELCPPFLAGS="$KERNELCPPFLAGS -DHAVE_SPL -D_KERNEL" + KERNELCPPFLAGS="$KERNELCPPFLAGS -DTEXT_DOMAIN=\\\"zfs-linux-kernel\\\"" KERNELCPPFLAGS="$KERNELCPPFLAGS -I$splsrc -I$splsrc/include -I$TOPDIR" diff --git a/lib/libavl/Makefile.in b/lib/libavl/Makefile.in index 18c5b44698..d97465649d 100644 --- a/lib/libavl/Makefile.in +++ b/lib/libavl/Makefile.in @@ -214,18 +214,14 @@ target_vendor = @target_vendor@ DEFAULT_INCLUDES = -I${top_srcdir} -I${top_srcdir}/module/avl/include \ -I${top_srcdir}/lib/libspl/include -# FIXME: Quiet warnings not covered by the gcc-* patches. We should -# FIXME: consider removing this as soon as we reasonably can. -# # FIXME: Add -Wshadow once everything is working -# # Expected defines not covered by zfs_config.h or spl_config.h -AM_CFLAGS = -Wall -Wstrict-prototypes -Werror -Wno-switch -Wno-unused \ - -Wno-missing-braces -Wno-uninitialized -fno-strict-aliasing \ - -D_GNU_SOURCE -D__EXTENSIONS__ -D_REENTRANT \ - -D_POSIX_PTHREAD_SEMANTICS -D_FILE_OFFSET_BITS=64 \ - -D_LARGEFILE64_SOURCE -DTEXT_DOMAIN=\"zfs-linux-user\" +AM_CFLAGS = -Wall -Wstrict-prototypes -Werror -Wno-switch \ + -Wno-uninitialized -fno-strict-aliasing -D_GNU_SOURCE \ + -D__EXTENSIONS__ -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS \ + -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE \ + -DTEXT_DOMAIN=\"zfs-linux-user\" lib_LTLIBRARIES = libavl.la libavl_la_SOURCES = \ ${top_srcdir}/module/avl/avl.c \ diff --git a/lib/libnvpair/Makefile.in b/lib/libnvpair/Makefile.in index afcf3e9f28..6e19b612ec 100644 --- a/lib/libnvpair/Makefile.in +++ b/lib/libnvpair/Makefile.in @@ -217,18 +217,14 @@ DEFAULT_INCLUDES = -I${top_srcdir} \ -I${top_srcdir}/lib/libnvpair/include \ -I${top_srcdir}/lib/libspl/include -# FIXME: Quiet warnings not covered by the gcc-* patches. We should -# FIXME: consider removing this as soon as we reasonably can. -# # FIXME: Add -Wshadow once everything is working -# # Expected defines not covered by zfs_config.h or spl_config.h -AM_CFLAGS = -Wall -Wstrict-prototypes -Werror -Wno-switch -Wno-unused \ - -Wno-missing-braces -Wno-uninitialized -fno-strict-aliasing \ - -D_GNU_SOURCE -D__EXTENSIONS__ -D_REENTRANT \ - -D_POSIX_PTHREAD_SEMANTICS -D_FILE_OFFSET_BITS=64 \ - -D_LARGEFILE64_SOURCE -DTEXT_DOMAIN=\"zfs-linux-user\" +AM_CFLAGS = -Wall -Wstrict-prototypes -Werror -Wno-switch \ + -Wno-uninitialized -fno-strict-aliasing -D_GNU_SOURCE \ + -D__EXTENSIONS__ -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS \ + -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE \ + -DTEXT_DOMAIN=\"zfs-linux-user\" lib_LTLIBRARIES = libnvpair.la libnvpair_la_SOURCES = \ ${top_srcdir}/lib/libnvpair/libnvpair.c \ diff --git a/lib/libspl/Makefile.in b/lib/libspl/Makefile.in index 9c3c8747b7..8c56dba134 100644 --- a/lib/libspl/Makefile.in +++ b/lib/libspl/Makefile.in @@ -225,18 +225,14 @@ target_os = @target_os@ target_vendor = @target_vendor@ DEFAULT_INCLUDES = -I${top_srcdir} -I${top_srcdir}/lib/libspl/include -# FIXME: Quiet warnings not covered by the gcc-* patches. We should -# FIXME: consider removing this as soon as we reasonably can. -# # FIXME: Add -Wshadow once everything is working -# # Expected defines not covered by zfs_config.h or spl_config.h -AM_CFLAGS = -Wall -Wstrict-prototypes -Werror -Wno-switch -Wno-unused \ - -Wno-missing-braces -Wno-uninitialized -fno-strict-aliasing \ - -D_GNU_SOURCE -D__EXTENSIONS__ -D_REENTRANT \ - -D_POSIX_PTHREAD_SEMANTICS -D_FILE_OFFSET_BITS=64 \ - -D_LARGEFILE64_SOURCE -DTEXT_DOMAIN=\"zfs-linux-user\" +AM_CFLAGS = -Wall -Wstrict-prototypes -Werror -Wno-switch \ + -Wno-uninitialized -fno-strict-aliasing -D_GNU_SOURCE \ + -D__EXTENSIONS__ -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS \ + -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE \ + -DTEXT_DOMAIN=\"zfs-linux-user\" SUBDIRS = asm-i686 asm-x86_64 include AM_CCASFLAGS = \ -I${top_srcdir}/lib/libspl/include diff --git a/lib/libunicode/Makefile.in b/lib/libunicode/Makefile.in index 5929085c76..27a280bb90 100644 --- a/lib/libunicode/Makefile.in +++ b/lib/libunicode/Makefile.in @@ -215,18 +215,14 @@ DEFAULT_INCLUDES = -I${top_srcdir} \ -I${top_srcdir}/module/unicode/include \ -I${top_srcdir}/lib/libspl/include -# FIXME: Quiet warnings not covered by the gcc-* patches. We should -# FIXME: consider removing this as soon as we reasonably can. -# # FIXME: Add -Wshadow once everything is working -# # Expected defines not covered by zfs_config.h or spl_config.h -AM_CFLAGS = -Wall -Wstrict-prototypes -Werror -Wno-switch -Wno-unused \ - -Wno-missing-braces -Wno-uninitialized -fno-strict-aliasing \ - -D_GNU_SOURCE -D__EXTENSIONS__ -D_REENTRANT \ - -D_POSIX_PTHREAD_SEMANTICS -D_FILE_OFFSET_BITS=64 \ - -D_LARGEFILE64_SOURCE -DTEXT_DOMAIN=\"zfs-linux-user\" +AM_CFLAGS = -Wall -Wstrict-prototypes -Werror -Wno-switch \ + -Wno-uninitialized -fno-strict-aliasing -D_GNU_SOURCE \ + -D__EXTENSIONS__ -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS \ + -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE \ + -DTEXT_DOMAIN=\"zfs-linux-user\" lib_LTLIBRARIES = libunicode.la libunicode_la_SOURCES = \ ${top_srcdir}/module/unicode/u8_textprep.c \ diff --git a/lib/libuutil/Makefile.in b/lib/libuutil/Makefile.in index fa70048848..46f157ec57 100644 --- a/lib/libuutil/Makefile.in +++ b/lib/libuutil/Makefile.in @@ -218,18 +218,14 @@ DEFAULT_INCLUDES = -I${top_srcdir} \ -I${top_srcdir}/lib/libspl/include \ -I${top_srcdir}/module/avl/include -# FIXME: Quiet warnings not covered by the gcc-* patches. We should -# FIXME: consider removing this as soon as we reasonably can. -# # FIXME: Add -Wshadow once everything is working -# # Expected defines not covered by zfs_config.h or spl_config.h -AM_CFLAGS = -Wall -Wstrict-prototypes -Werror -Wno-switch -Wno-unused \ - -Wno-missing-braces -Wno-uninitialized -fno-strict-aliasing \ - -D_GNU_SOURCE -D__EXTENSIONS__ -D_REENTRANT \ - -D_POSIX_PTHREAD_SEMANTICS -D_FILE_OFFSET_BITS=64 \ - -D_LARGEFILE64_SOURCE -DTEXT_DOMAIN=\"zfs-linux-user\" +AM_CFLAGS = -Wall -Wstrict-prototypes -Werror -Wno-switch \ + -Wno-uninitialized -fno-strict-aliasing -D_GNU_SOURCE \ + -D__EXTENSIONS__ -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS \ + -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE \ + -DTEXT_DOMAIN=\"zfs-linux-user\" lib_LTLIBRARIES = libuutil.la libuutil_la_SOURCES = \ ${top_srcdir}/lib/libuutil/uu_alloc.c \ diff --git a/lib/libzfs/Makefile.in b/lib/libzfs/Makefile.in index 5052a1459f..33927105a6 100644 --- a/lib/libzfs/Makefile.in +++ b/lib/libzfs/Makefile.in @@ -225,18 +225,14 @@ DEFAULT_INCLUDES = -I${top_srcdir} -I${top_srcdir}/lib/libzfs/include \ -I${top_srcdir}/module/avl/include \ -I${top_srcdir}/module/unicode/include -# FIXME: Quiet warnings not covered by the gcc-* patches. We should -# FIXME: consider removing this as soon as we reasonably can. -# # FIXME: Add -Wshadow once everything is working -# # Expected defines not covered by zfs_config.h or spl_config.h -AM_CFLAGS = -Wall -Wstrict-prototypes -Werror -Wno-switch -Wno-unused \ - -Wno-missing-braces -Wno-uninitialized -fno-strict-aliasing \ - -D_GNU_SOURCE -D__EXTENSIONS__ -D_REENTRANT \ - -D_POSIX_PTHREAD_SEMANTICS -D_FILE_OFFSET_BITS=64 \ - -D_LARGEFILE64_SOURCE -DTEXT_DOMAIN=\"zfs-linux-user\" +AM_CFLAGS = -Wall -Wstrict-prototypes -Werror -Wno-switch \ + -Wno-uninitialized -fno-strict-aliasing -D_GNU_SOURCE \ + -D__EXTENSIONS__ -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS \ + -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE \ + -DTEXT_DOMAIN=\"zfs-linux-user\" lib_LTLIBRARIES = libzfs.la libzfs_la_SOURCES = \ ${top_srcdir}/lib/libzfs/libzfs_changelist.c \ diff --git a/lib/libzpool/Makefile.in b/lib/libzpool/Makefile.in index c9598adb36..dc48dfff6c 100644 --- a/lib/libzpool/Makefile.in +++ b/lib/libzpool/Makefile.in @@ -241,18 +241,14 @@ DEFAULT_INCLUDES = -I${top_srcdir} \ -I${top_srcdir}/module/unicode/include \ -I${top_srcdir}/module/zfs/include -# FIXME: Quiet warnings not covered by the gcc-* patches. We should -# FIXME: consider removing this as soon as we reasonably can. -# # FIXME: Add -Wshadow once everything is working -# # Expected defines not covered by zfs_config.h or spl_config.h -AM_CFLAGS = -Wall -Wstrict-prototypes -Werror -Wno-switch -Wno-unused \ - -Wno-missing-braces -Wno-uninitialized -fno-strict-aliasing \ - -D_GNU_SOURCE -D__EXTENSIONS__ -D_REENTRANT \ - -D_POSIX_PTHREAD_SEMANTICS -D_FILE_OFFSET_BITS=64 \ - -D_LARGEFILE64_SOURCE -DTEXT_DOMAIN=\"zfs-linux-user\" +AM_CFLAGS = -Wall -Wstrict-prototypes -Werror -Wno-switch \ + -Wno-uninitialized -fno-strict-aliasing -D_GNU_SOURCE \ + -D__EXTENSIONS__ -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS \ + -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE \ + -DTEXT_DOMAIN=\"zfs-linux-user\" SUBDIRS = include lib_LTLIBRARIES = libzpool.la libzpool_la_SOURCES = \