Remove -Wno-parentheses this is handled by the gcc-no-parentheses branch.
This commit is contained in:
parent
4e945fb768
commit
64119ce40d
|
@ -5,7 +5,7 @@ DEFAULT_INCLUDES = -I${top_srcdir}
|
|||
#
|
||||
# FIXME: Add -Wshadow once everything is working
|
||||
#
|
||||
AM_CFLAGS = -Wall -Wstrict-prototypes -Werror -Wno-parentheses
|
||||
AM_CFLAGS = -Wall -Wstrict-prototypes -Werror
|
||||
AM_CFLAGS += -Wno-switch -Wno-unused -Wno-missing-braces
|
||||
AM_CFLAGS += -Wno-uninitialized -fno-strict-aliasing
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ AC_DEFUN([ZFS_AC_CONFIG_KERNEL], [
|
|||
# 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 -Wno-parentheses"
|
||||
KERNELCPPFLAGS="$KERNELCPPFLAGS -Wno-missing-braces"
|
||||
KERNELCPPFLAGS="$KERNELCPPFLAGS -Wno-uninitialized -fno-strict-aliasing"
|
||||
|
||||
KERNELCPPFLAGS="$KERNELCPPFLAGS -DHAVE_SPL -D_KERNEL "
|
||||
|
|
Loading…
Reference in New Issue