diff options
author | наб <[email protected]> | 2022-02-16 16:06:08 +0100 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2022-07-27 13:38:56 -0700 |
commit | 37430e821176e15e9aa524edf31b1646bf0ba200 (patch) | |
tree | a1e41849c622140c463a08c5341a7cf8a98f7dc8 /lib/libzpool | |
parent | 4b0977027bae95ab916002e372f339f9ad3902a3 (diff) |
libtpool: -Wno-clobbered
Also remove -Wno-unused-but-set-variable
Upstream-bug: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61118
Reviewed-by: Alejandro Colomar <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
Closes #13110
Diffstat (limited to 'lib/libzpool')
-rw-r--r-- | lib/libzpool/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libzpool/Makefile.am b/lib/libzpool/Makefile.am index c9a55591e..db7c37631 100644 --- a/lib/libzpool/Makefile.am +++ b/lib/libzpool/Makefile.am @@ -17,9 +17,6 @@ endif # Unconditionally enable debugging for libzpool AM_CPPFLAGS += -DDEBUG -UNDEBUG -DZFS_DEBUG -# Suppress unused but set variable warnings often due to ASSERTs -AM_CFLAGS += $(NO_UNUSED_BUT_SET_VARIABLE) - # Includes kernel code generate warnings for large stack frames AM_CFLAGS += $(FRAME_LARGER_THAN) |