From: Martin Mares Date: Fri, 31 Dec 2010 15:59:13 +0000 (+0100) Subject: Turn on C99 and extra warnings X-Git-Tag: v1.13~8 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=dc223bb691e024b60fc8aa8952a6ec31da43a5cc;p=nwho.git Turn on C99 and extra warnings --- diff --git a/Makefile b/Makefile index bafcc26..0208b08 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # Makefile for the nwho toolkit VERSION=1.12 -CFLAGS=-O2 -Wall -Wno-parentheses -DVERSION=$(VERSION) +CFLAGS=-O2 -Wall -Wextra -Wno-parentheses -DVERSION=$(VERSION) -std=gnu99 LDFLAGS=-s ROOT=/ REL=nwho-$(VERSION)