Older GCCs do not know -Wextra. Only use -W.
authorChristoph Mallon <christoph.mallon@gmx.de>
Fri, 28 Sep 2007 06:59:48 +0000 (06:59 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Fri, 28 Sep 2007 06:59:48 +0000 (06:59 +0000)
[r18359]

Makefile

index 810b714..99d3e86 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 GOAL = cparser
 
-CFLAGS += -Wall -W -Wextra -Werror -O0 -g3 -std=c99 -pedantic
+CFLAGS += -Wall -W -Werror -O0 -g3 -std=c99 -pedantic
 CFLAGS += -DHAVE_CONFIG_H
 CFLAGS += -I .