From 93de5c42bbfdcec09040fbaa63993577bb8d99ec Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 31 Mar 2006 03:40:53 +0000 Subject: 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 --- Rules.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rules.mak') 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 -- cgit v1.2.3