summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2014-11-25 13:05:32 -0800
committerH. Peter Anvin <hpa@zytor.com>2014-11-25 13:05:32 -0800
commitcfe039f69b9ab705e02e4b929557aaff7a469947 (patch)
treec2f6acee5e211e15226a8b05ca643b118677ebe5
parentad2acd7754dbfb3db6756bb338c3cc3bbdbe3bb0 (diff)
downloadnasm-cfe039f69b9ab705e02e4b929557aaff7a469947.tar.gz
configure.in: Remove redundant -Werror=trigraphs
As obnoxious as trigraphs are, we don't need to -Werror them twice. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rw-r--r--configure.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 97e5c882..572dee1c 100644
--- a/configure.in
+++ b/configure.in
@@ -69,7 +69,6 @@ PA_ADD_CFLAGS([-Werror=implicit])
PA_ADD_CFLAGS([-Werror=missing-braces])
PA_ADD_CFLAGS([-Werror=return-type])
PA_ADD_CFLAGS([-Werror=trigraphs])
-PA_ADD_CFLAGS([-Werror=trigraphs])
PA_ADD_CFLAGS([-Werror=pointer-arith])
PA_ADD_CFLAGS([-Werror=strict-prototypes])
PA_ADD_CFLAGS([-Werror=missing-prototypes])