From: Ben Pfaff Date: Mon, 20 Sep 2004 04:27:28 +0000 (+0000) Subject: Add -Wsystem-headers. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=commitdiff_plain;h=a495d508b3e7d4f0ddbfe60066064474d1898e0d Add -Wsystem-headers. --- 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