From: Christoph Mallon Date: Fri, 28 Sep 2007 06:59:48 +0000 (+0000) Subject: Older GCCs do not know -Wextra. Only use -W. X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=f857e129979d5a682cbe8f0e2a631a49b6e0c4bf;p=cparser Older GCCs do not know -Wextra. Only use -W. [r18359] --- diff --git a/Makefile b/Makefile index 810b714..99d3e86 100644 --- 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 .