summaryrefslogtreecommitdiffstats
path: root/config/Rules.am
diff options
context:
space:
mode:
authorBrian Behlendorf <[email protected]>2009-03-11 13:14:08 -0700
committerBrian Behlendorf <[email protected]>2009-03-11 13:14:08 -0700
commit4e945fb7680b9b3a3e39966bcd37114021e54866 (patch)
tree3564e1d7bbd07a29e26b026395d7e131347b0f46 /config/Rules.am
parent0cad1eaf4088e152e58dacc0c7f63bce90592b38 (diff)
Remove -Wno-unknown-pragmas compile option, all unknown pragmas
have been removed by the gcc-ident-pragmas topic branch.
Diffstat (limited to 'config/Rules.am')
-rw-r--r--config/Rules.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/config/Rules.am b/config/Rules.am
index 258c94a7f..7ed117657 100644
--- a/config/Rules.am
+++ b/config/Rules.am
@@ -5,9 +5,8 @@ DEFAULT_INCLUDES = -I${top_srcdir}
#
# FIXME: Add -Wshadow once everything is working
#
-AM_CFLAGS = -Wall -Wstrict-prototypes -Werror
+AM_CFLAGS = -Wall -Wstrict-prototypes -Werror -Wno-parentheses
AM_CFLAGS += -Wno-switch -Wno-unused -Wno-missing-braces
-AM_CFLAGS += -Wno-unknown-pragmas -Wno-parentheses
AM_CFLAGS += -Wno-uninitialized -fno-strict-aliasing
# Expected defines not covered by zfs_config.h or spl_config.h