summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-03-31 03:40:53 +0000
committerMike Frysinger <vapier@gentoo.org>2006-03-31 03:40:53 +0000
commit93de5c42bbfdcec09040fbaa63993577bb8d99ec (patch)
tree3eb6cc07bea32b52b7ebd7edd5d0376b55a8bd15
parent0423bfc820a3aaad93361106178b0173f22fc185 (diff)
drop the trigraphs warning ... there is no reason that we actually want to use trigraphs in uClibc, so if one exists, we should be cutting it out, not ignoring it
-rw-r--r--Rules.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rules.mak b/Rules.mak
index 6f92e6f3a..c8d285e12 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -312,7 +312,7 @@ endif
endif
# Add a bunch of extra pedantic annoyingly strict checks
-XWARNINGS=$(subst ",, $(strip $(WARNINGS))) -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing
+XWARNINGS=$(subst ",, $(strip $(WARNINGS))) -Wstrict-prototypes -fno-strict-aliasing
ifeq ($(EXTRA_WARNINGS),y)
XWARNINGS+=-Wnested-externs -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wformat=2
XWARNINGS+=-Wmissing-prototypes -Wmissing-declarations