Merge commit 'refs/top-bases/top' into top
This commit is contained in:
commit
db537404b6
|
@ -214,14 +214,17 @@ DEFAULT_INCLUDES = -I${top_srcdir} -I${top_srcdir}/lib/libspl/include \
|
||||||
|
|
||||||
# FIXME: Quiet warnings not covered by the gcc-* patches. We should
|
# FIXME: Quiet warnings not covered by the gcc-* patches. We should
|
||||||
# FIXME: consider removing this as soon as we reasonably can.
|
# 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
|
# Expected defines not covered by zfs_config.h or spl_config.h
|
||||||
AM_CFLAGS = -Wall -Wstrict-prototypes -Wshadow -Werror -Wno-switch \
|
AM_CFLAGS = -Wall -Wstrict-prototypes -Werror -Wno-switch -Wno-unused \
|
||||||
-Wno-unused -Wno-missing-braces -Wno-unknown-pragmas \
|
-Wno-missing-braces -Wno-unknown-pragmas -Wno-parentheses \
|
||||||
-Wno-parentheses -Wno-uninitialized -fno-strict-aliasing \
|
-Wno-uninitialized -fno-strict-aliasing -D_GNU_SOURCE \
|
||||||
-D_GNU_SOURCE -D__EXTENSIONS__ -D_REENTRANT \
|
-D__EXTENSIONS__ -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS \
|
||||||
-D_POSIX_PTHREAD_SEMANTICS -D_FILE_OFFSET_BITS=64 \
|
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE \
|
||||||
-D_LARGEFILE64_SOURCE -DTEXT_DOMAIN=\"zfs-linux-user\"
|
-DTEXT_DOMAIN=\"zfs-linux-user\"
|
||||||
zdb_SOURCES = \
|
zdb_SOURCES = \
|
||||||
zdb.c \
|
zdb.c \
|
||||||
zdb_il.c
|
zdb_il.c
|
||||||
|
|
|
@ -207,14 +207,17 @@ DEFAULT_INCLUDES = -I${top_srcdir} -I${top_srcdir}/lib/libspl/include
|
||||||
|
|
||||||
# FIXME: Quiet warnings not covered by the gcc-* patches. We should
|
# FIXME: Quiet warnings not covered by the gcc-* patches. We should
|
||||||
# FIXME: consider removing this as soon as we reasonably can.
|
# 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
|
# Expected defines not covered by zfs_config.h or spl_config.h
|
||||||
AM_CFLAGS = -Wall -Wstrict-prototypes -Wshadow -Werror -Wno-switch \
|
AM_CFLAGS = -Wall -Wstrict-prototypes -Werror -Wno-switch -Wno-unused \
|
||||||
-Wno-unused -Wno-missing-braces -Wno-unknown-pragmas \
|
-Wno-missing-braces -Wno-unknown-pragmas -Wno-parentheses \
|
||||||
-Wno-parentheses -Wno-uninitialized -fno-strict-aliasing \
|
-Wno-uninitialized -fno-strict-aliasing -D_GNU_SOURCE \
|
||||||
-D_GNU_SOURCE -D__EXTENSIONS__ -D_REENTRANT \
|
-D__EXTENSIONS__ -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS \
|
||||||
-D_POSIX_PTHREAD_SEMANTICS -D_FILE_OFFSET_BITS=64 \
|
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE \
|
||||||
-D_LARGEFILE64_SOURCE -DTEXT_DOMAIN=\"zfs-linux-user\"
|
-DTEXT_DOMAIN=\"zfs-linux-user\"
|
||||||
zdump_SOURCES = \
|
zdump_SOURCES = \
|
||||||
zdump.c
|
zdump.c
|
||||||
|
|
||||||
|
|
|
@ -218,14 +218,17 @@ DEFAULT_INCLUDES = -I${top_srcdir} -I${top_srcdir}/lib/libspl/include \
|
||||||
|
|
||||||
# FIXME: Quiet warnings not covered by the gcc-* patches. We should
|
# FIXME: Quiet warnings not covered by the gcc-* patches. We should
|
||||||
# FIXME: consider removing this as soon as we reasonably can.
|
# 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
|
# Expected defines not covered by zfs_config.h or spl_config.h
|
||||||
AM_CFLAGS = -Wall -Wstrict-prototypes -Wshadow -Werror -Wno-switch \
|
AM_CFLAGS = -Wall -Wstrict-prototypes -Werror -Wno-switch -Wno-unused \
|
||||||
-Wno-unused -Wno-missing-braces -Wno-unknown-pragmas \
|
-Wno-missing-braces -Wno-unknown-pragmas -Wno-parentheses \
|
||||||
-Wno-parentheses -Wno-uninitialized -fno-strict-aliasing \
|
-Wno-uninitialized -fno-strict-aliasing -D_GNU_SOURCE \
|
||||||
-D_GNU_SOURCE -D__EXTENSIONS__ -D_REENTRANT \
|
-D__EXTENSIONS__ -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS \
|
||||||
-D_POSIX_PTHREAD_SEMANTICS -D_FILE_OFFSET_BITS=64 \
|
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE \
|
||||||
-D_LARGEFILE64_SOURCE -DTEXT_DOMAIN=\"zfs-linux-user\"
|
-DTEXT_DOMAIN=\"zfs-linux-user\"
|
||||||
zfs_SOURCES = \
|
zfs_SOURCES = \
|
||||||
${top_srcdir}/cmd/zfs/zfs_iter.c \
|
${top_srcdir}/cmd/zfs/zfs_iter.c \
|
||||||
${top_srcdir}/cmd/zfs/zfs_iter.h \
|
${top_srcdir}/cmd/zfs/zfs_iter.h \
|
||||||
|
|
|
@ -207,14 +207,17 @@ DEFAULT_INCLUDES = -I${top_srcdir} -I${top_srcdir}/lib/libspl/include
|
||||||
|
|
||||||
# FIXME: Quiet warnings not covered by the gcc-* patches. We should
|
# FIXME: Quiet warnings not covered by the gcc-* patches. We should
|
||||||
# FIXME: consider removing this as soon as we reasonably can.
|
# 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
|
# Expected defines not covered by zfs_config.h or spl_config.h
|
||||||
AM_CFLAGS = -Wall -Wstrict-prototypes -Wshadow -Werror -Wno-switch \
|
AM_CFLAGS = -Wall -Wstrict-prototypes -Werror -Wno-switch -Wno-unused \
|
||||||
-Wno-unused -Wno-missing-braces -Wno-unknown-pragmas \
|
-Wno-missing-braces -Wno-unknown-pragmas -Wno-parentheses \
|
||||||
-Wno-parentheses -Wno-uninitialized -fno-strict-aliasing \
|
-Wno-uninitialized -fno-strict-aliasing -D_GNU_SOURCE \
|
||||||
-D_GNU_SOURCE -D__EXTENSIONS__ -D_REENTRANT \
|
-D__EXTENSIONS__ -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS \
|
||||||
-D_POSIX_PTHREAD_SEMANTICS -D_FILE_OFFSET_BITS=64 \
|
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE \
|
||||||
-D_LARGEFILE64_SOURCE -DTEXT_DOMAIN=\"zfs-linux-user\"
|
-DTEXT_DOMAIN=\"zfs-linux-user\"
|
||||||
zinject_SOURCES = \
|
zinject_SOURCES = \
|
||||||
translate.c \
|
translate.c \
|
||||||
zinject.ci \
|
zinject.ci \
|
||||||
|
|
|
@ -207,14 +207,17 @@ DEFAULT_INCLUDES = -I${top_srcdir}
|
||||||
|
|
||||||
# FIXME: Quiet warnings not covered by the gcc-* patches. We should
|
# FIXME: Quiet warnings not covered by the gcc-* patches. We should
|
||||||
# FIXME: consider removing this as soon as we reasonably can.
|
# 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
|
# Expected defines not covered by zfs_config.h or spl_config.h
|
||||||
AM_CFLAGS = -Wall -Wstrict-prototypes -Wshadow -Werror -Wno-switch \
|
AM_CFLAGS = -Wall -Wstrict-prototypes -Werror -Wno-switch -Wno-unused \
|
||||||
-Wno-unused -Wno-missing-braces -Wno-unknown-pragmas \
|
-Wno-missing-braces -Wno-unknown-pragmas -Wno-parentheses \
|
||||||
-Wno-parentheses -Wno-uninitialized -fno-strict-aliasing \
|
-Wno-uninitialized -fno-strict-aliasing -D_GNU_SOURCE \
|
||||||
-D_GNU_SOURCE -D__EXTENSIONS__ -D_REENTRANT \
|
-D__EXTENSIONS__ -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS \
|
||||||
-D_POSIX_PTHREAD_SEMANTICS -D_FILE_OFFSET_BITS=64 \
|
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE \
|
||||||
-D_LARGEFILE64_SOURCE -DTEXT_DOMAIN=\"zfs-linux-user\"
|
-DTEXT_DOMAIN=\"zfs-linux-user\"
|
||||||
zpios_SOURCES = \
|
zpios_SOURCES = \
|
||||||
$(top_srcdir)/cmd/zpios/zpios.h \
|
$(top_srcdir)/cmd/zpios/zpios.h \
|
||||||
$(top_srcdir)/cmd/zpios/zpios_main.c \
|
$(top_srcdir)/cmd/zpios/zpios_main.c \
|
||||||
|
|
|
@ -208,14 +208,17 @@ DEFAULT_INCLUDES = -I${top_srcdir} -I${top_srcdir}/lib/libspl/include
|
||||||
|
|
||||||
# FIXME: Quiet warnings not covered by the gcc-* patches. We should
|
# FIXME: Quiet warnings not covered by the gcc-* patches. We should
|
||||||
# FIXME: consider removing this as soon as we reasonably can.
|
# 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
|
# Expected defines not covered by zfs_config.h or spl_config.h
|
||||||
AM_CFLAGS = -Wall -Wstrict-prototypes -Wshadow -Werror -Wno-switch \
|
AM_CFLAGS = -Wall -Wstrict-prototypes -Werror -Wno-switch -Wno-unused \
|
||||||
-Wno-unused -Wno-missing-braces -Wno-unknown-pragmas \
|
-Wno-missing-braces -Wno-unknown-pragmas -Wno-parentheses \
|
||||||
-Wno-parentheses -Wno-uninitialized -fno-strict-aliasing \
|
-Wno-uninitialized -fno-strict-aliasing -D_GNU_SOURCE \
|
||||||
-D_GNU_SOURCE -D__EXTENSIONS__ -D_REENTRANT \
|
-D__EXTENSIONS__ -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS \
|
||||||
-D_POSIX_PTHREAD_SEMANTICS -D_FILE_OFFSET_BITS=64 \
|
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE \
|
||||||
-D_LARGEFILE64_SOURCE -DTEXT_DOMAIN=\"zfs-linux-user\"
|
-DTEXT_DOMAIN=\"zfs-linux-user\"
|
||||||
zpool_SOURCES = \
|
zpool_SOURCES = \
|
||||||
zpool_iter.c \
|
zpool_iter.c \
|
||||||
zpool_main.c \
|
zpool_main.c \
|
||||||
|
|
|
@ -212,14 +212,17 @@ DEFAULT_INCLUDES = -I${top_srcdir} -I${top_srcdir}/lib/libspl/include
|
||||||
|
|
||||||
# FIXME: Quiet warnings not covered by the gcc-* patches. We should
|
# FIXME: Quiet warnings not covered by the gcc-* patches. We should
|
||||||
# FIXME: consider removing this as soon as we reasonably can.
|
# 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
|
# Expected defines not covered by zfs_config.h or spl_config.h
|
||||||
AM_CFLAGS = -Wall -Wstrict-prototypes -Wshadow -Werror -Wno-switch \
|
AM_CFLAGS = -Wall -Wstrict-prototypes -Werror -Wno-switch -Wno-unused \
|
||||||
-Wno-unused -Wno-missing-braces -Wno-unknown-pragmas \
|
-Wno-missing-braces -Wno-unknown-pragmas -Wno-parentheses \
|
||||||
-Wno-parentheses -Wno-uninitialized -fno-strict-aliasing \
|
-Wno-uninitialized -fno-strict-aliasing -D_GNU_SOURCE \
|
||||||
-D_GNU_SOURCE -D__EXTENSIONS__ -D_REENTRANT \
|
-D__EXTENSIONS__ -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS \
|
||||||
-D_POSIX_PTHREAD_SEMANTICS -D_FILE_OFFSET_BITS=64 \
|
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE \
|
||||||
-D_LARGEFILE64_SOURCE -DTEXT_DOMAIN=\"zfs-linux-user\"
|
-DTEXT_DOMAIN=\"zfs-linux-user\"
|
||||||
ztest_SOURCES = \
|
ztest_SOURCES = \
|
||||||
${top_srcdir}/cmd/ztest/ztest.c
|
${top_srcdir}/cmd/ztest/ztest.c
|
||||||
|
|
||||||
|
|
|
@ -213,14 +213,17 @@ DEFAULT_INCLUDES = -I${top_srcdir} -I${top_srcdir}/module/avl/include \
|
||||||
|
|
||||||
# FIXME: Quiet warnings not covered by the gcc-* patches. We should
|
# FIXME: Quiet warnings not covered by the gcc-* patches. We should
|
||||||
# FIXME: consider removing this as soon as we reasonably can.
|
# 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
|
# Expected defines not covered by zfs_config.h or spl_config.h
|
||||||
AM_CFLAGS = -Wall -Wstrict-prototypes -Wshadow -Werror -Wno-switch \
|
AM_CFLAGS = -Wall -Wstrict-prototypes -Werror -Wno-switch -Wno-unused \
|
||||||
-Wno-unused -Wno-missing-braces -Wno-unknown-pragmas \
|
-Wno-missing-braces -Wno-unknown-pragmas -Wno-parentheses \
|
||||||
-Wno-parentheses -Wno-uninitialized -fno-strict-aliasing \
|
-Wno-uninitialized -fno-strict-aliasing -D_GNU_SOURCE \
|
||||||
-D_GNU_SOURCE -D__EXTENSIONS__ -D_REENTRANT \
|
-D__EXTENSIONS__ -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS \
|
||||||
-D_POSIX_PTHREAD_SEMANTICS -D_FILE_OFFSET_BITS=64 \
|
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE \
|
||||||
-D_LARGEFILE64_SOURCE -DTEXT_DOMAIN=\"zfs-linux-user\"
|
-DTEXT_DOMAIN=\"zfs-linux-user\"
|
||||||
lib_LTLIBRARIES = libavl.la
|
lib_LTLIBRARIES = libavl.la
|
||||||
libavl_la_SOURCES = \
|
libavl_la_SOURCES = \
|
||||||
${top_srcdir}/module/avl/avl.c \
|
${top_srcdir}/module/avl/avl.c \
|
||||||
|
|
|
@ -216,14 +216,17 @@ DEFAULT_INCLUDES = -I${top_srcdir} \
|
||||||
|
|
||||||
# FIXME: Quiet warnings not covered by the gcc-* patches. We should
|
# FIXME: Quiet warnings not covered by the gcc-* patches. We should
|
||||||
# FIXME: consider removing this as soon as we reasonably can.
|
# 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
|
# Expected defines not covered by zfs_config.h or spl_config.h
|
||||||
AM_CFLAGS = -Wall -Wstrict-prototypes -Wshadow -Werror -Wno-switch \
|
AM_CFLAGS = -Wall -Wstrict-prototypes -Werror -Wno-switch -Wno-unused \
|
||||||
-Wno-unused -Wno-missing-braces -Wno-unknown-pragmas \
|
-Wno-missing-braces -Wno-unknown-pragmas -Wno-parentheses \
|
||||||
-Wno-parentheses -Wno-uninitialized -fno-strict-aliasing \
|
-Wno-uninitialized -fno-strict-aliasing -D_GNU_SOURCE \
|
||||||
-D_GNU_SOURCE -D__EXTENSIONS__ -D_REENTRANT \
|
-D__EXTENSIONS__ -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS \
|
||||||
-D_POSIX_PTHREAD_SEMANTICS -D_FILE_OFFSET_BITS=64 \
|
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE \
|
||||||
-D_LARGEFILE64_SOURCE -DTEXT_DOMAIN=\"zfs-linux-user\"
|
-DTEXT_DOMAIN=\"zfs-linux-user\"
|
||||||
lib_LTLIBRARIES = libnvpair.la
|
lib_LTLIBRARIES = libnvpair.la
|
||||||
libnvpair_la_SOURCES = \
|
libnvpair_la_SOURCES = \
|
||||||
${top_srcdir}/lib/libnvpair/libnvpair.c \
|
${top_srcdir}/lib/libnvpair/libnvpair.c \
|
||||||
|
|
|
@ -214,14 +214,17 @@ DEFAULT_INCLUDES = -I${top_srcdir} -I${top_srcdir}/lib/libspl/include
|
||||||
|
|
||||||
# FIXME: Quiet warnings not covered by the gcc-* patches. We should
|
# FIXME: Quiet warnings not covered by the gcc-* patches. We should
|
||||||
# FIXME: consider removing this as soon as we reasonably can.
|
# 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
|
# Expected defines not covered by zfs_config.h or spl_config.h
|
||||||
AM_CFLAGS = -Wall -Wstrict-prototypes -Wshadow -Werror -Wno-switch \
|
AM_CFLAGS = -Wall -Wstrict-prototypes -Werror -Wno-switch -Wno-unused \
|
||||||
-Wno-unused -Wno-missing-braces -Wno-unknown-pragmas \
|
-Wno-missing-braces -Wno-unknown-pragmas -Wno-parentheses \
|
||||||
-Wno-parentheses -Wno-uninitialized -fno-strict-aliasing \
|
-Wno-uninitialized -fno-strict-aliasing -D_GNU_SOURCE \
|
||||||
-D_GNU_SOURCE -D__EXTENSIONS__ -D_REENTRANT \
|
-D__EXTENSIONS__ -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS \
|
||||||
-D_POSIX_PTHREAD_SEMANTICS -D_FILE_OFFSET_BITS=64 \
|
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE \
|
||||||
-D_LARGEFILE64_SOURCE -DTEXT_DOMAIN=\"zfs-linux-user\"
|
-DTEXT_DOMAIN=\"zfs-linux-user\"
|
||||||
lib_LTLIBRARIES = libspl.la
|
lib_LTLIBRARIES = libspl.la
|
||||||
libspl_la_SOURCES = \
|
libspl_la_SOURCES = \
|
||||||
${top_srcdir}/lib/libspl/getexecname.c \
|
${top_srcdir}/lib/libspl/getexecname.c \
|
||||||
|
|
|
@ -217,14 +217,17 @@ DEFAULT_INCLUDES = -I${top_srcdir} \
|
||||||
|
|
||||||
# FIXME: Quiet warnings not covered by the gcc-* patches. We should
|
# FIXME: Quiet warnings not covered by the gcc-* patches. We should
|
||||||
# FIXME: consider removing this as soon as we reasonably can.
|
# 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
|
# Expected defines not covered by zfs_config.h or spl_config.h
|
||||||
AM_CFLAGS = -Wall -Wstrict-prototypes -Wshadow -Werror -Wno-switch \
|
AM_CFLAGS = -Wall -Wstrict-prototypes -Werror -Wno-switch -Wno-unused \
|
||||||
-Wno-unused -Wno-missing-braces -Wno-unknown-pragmas \
|
-Wno-missing-braces -Wno-unknown-pragmas -Wno-parentheses \
|
||||||
-Wno-parentheses -Wno-uninitialized -fno-strict-aliasing \
|
-Wno-uninitialized -fno-strict-aliasing -D_GNU_SOURCE \
|
||||||
-D_GNU_SOURCE -D__EXTENSIONS__ -D_REENTRANT \
|
-D__EXTENSIONS__ -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS \
|
||||||
-D_POSIX_PTHREAD_SEMANTICS -D_FILE_OFFSET_BITS=64 \
|
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE \
|
||||||
-D_LARGEFILE64_SOURCE -DTEXT_DOMAIN=\"zfs-linux-user\"
|
-DTEXT_DOMAIN=\"zfs-linux-user\"
|
||||||
lib_LTLIBRARIES = libuutil.la
|
lib_LTLIBRARIES = libuutil.la
|
||||||
libuutil_la_SOURCES = \
|
libuutil_la_SOURCES = \
|
||||||
${top_srcdir}/lib/libuutil/uu_alloc.c \
|
${top_srcdir}/lib/libuutil/uu_alloc.c \
|
||||||
|
|
|
@ -223,14 +223,17 @@ DEFAULT_INCLUDES = -I${top_srcdir} -I${top_srcdir}/lib/libzfs/include \
|
||||||
|
|
||||||
# FIXME: Quiet warnings not covered by the gcc-* patches. We should
|
# FIXME: Quiet warnings not covered by the gcc-* patches. We should
|
||||||
# FIXME: consider removing this as soon as we reasonably can.
|
# 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
|
# Expected defines not covered by zfs_config.h or spl_config.h
|
||||||
AM_CFLAGS = -Wall -Wstrict-prototypes -Wshadow -Werror -Wno-switch \
|
AM_CFLAGS = -Wall -Wstrict-prototypes -Werror -Wno-switch -Wno-unused \
|
||||||
-Wno-unused -Wno-missing-braces -Wno-unknown-pragmas \
|
-Wno-missing-braces -Wno-unknown-pragmas -Wno-parentheses \
|
||||||
-Wno-parentheses -Wno-uninitialized -fno-strict-aliasing \
|
-Wno-uninitialized -fno-strict-aliasing -D_GNU_SOURCE \
|
||||||
-D_GNU_SOURCE -D__EXTENSIONS__ -D_REENTRANT \
|
-D__EXTENSIONS__ -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS \
|
||||||
-D_POSIX_PTHREAD_SEMANTICS -D_FILE_OFFSET_BITS=64 \
|
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE \
|
||||||
-D_LARGEFILE64_SOURCE -DTEXT_DOMAIN=\"zfs-linux-user\"
|
-DTEXT_DOMAIN=\"zfs-linux-user\"
|
||||||
lib_LTLIBRARIES = libzfs.la
|
lib_LTLIBRARIES = libzfs.la
|
||||||
libzfs_la_SOURCES = \
|
libzfs_la_SOURCES = \
|
||||||
${top_srcdir}/lib/libzfs/libzfs_changelist.c \
|
${top_srcdir}/lib/libzfs/libzfs_changelist.c \
|
||||||
|
|
|
@ -232,14 +232,17 @@ DEFAULT_INCLUDES = -I${top_srcdir} \
|
||||||
|
|
||||||
# FIXME: Quiet warnings not covered by the gcc-* patches. We should
|
# FIXME: Quiet warnings not covered by the gcc-* patches. We should
|
||||||
# FIXME: consider removing this as soon as we reasonably can.
|
# 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
|
# Expected defines not covered by zfs_config.h or spl_config.h
|
||||||
AM_CFLAGS = -Wall -Wstrict-prototypes -Wshadow -Werror -Wno-switch \
|
AM_CFLAGS = -Wall -Wstrict-prototypes -Werror -Wno-switch -Wno-unused \
|
||||||
-Wno-unused -Wno-missing-braces -Wno-unknown-pragmas \
|
-Wno-missing-braces -Wno-unknown-pragmas -Wno-parentheses \
|
||||||
-Wno-parentheses -Wno-uninitialized -fno-strict-aliasing \
|
-Wno-uninitialized -fno-strict-aliasing -D_GNU_SOURCE \
|
||||||
-D_GNU_SOURCE -D__EXTENSIONS__ -D_REENTRANT \
|
-D__EXTENSIONS__ -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS \
|
||||||
-D_POSIX_PTHREAD_SEMANTICS -D_FILE_OFFSET_BITS=64 \
|
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE \
|
||||||
-D_LARGEFILE64_SOURCE -DTEXT_DOMAIN=\"zfs-linux-user\"
|
-DTEXT_DOMAIN=\"zfs-linux-user\"
|
||||||
lib_LTLIBRARIES = libzpool.la
|
lib_LTLIBRARIES = libzpool.la
|
||||||
libzpool_la_SOURCES = \
|
libzpool_la_SOURCES = \
|
||||||
${top_srcdir}/lib/libzpool/kernel.c \
|
${top_srcdir}/lib/libzpool/kernel.c \
|
||||||
|
|
Loading…
Reference in New Issue