From a495d508b3e7d4f0ddbfe60066064474d1898e0d Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Mon, 20 Sep 2004 04:27:28 +0000 Subject: [PATCH] Add -Wsystem-headers. --- src/Make.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Make.config b/src/Make.config index d4143b8..dd76313 100644 --- a/src/Make.config +++ b/src/Make.config @@ -22,7 +22,7 @@ RM = rm CAT = cat # Compiler and assembler invocation. -WARNINGS = -Wall -W -Wstrict-prototypes -Wmissing-prototypes +WARNINGS = -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wsystem-headers CFLAGS = -g -O3 -MMD -msoft-float ASFLAGS = -Wa,--gstabs -MMD -- 2.30.2