From dc223bb691e024b60fc8aa8952a6ec31da43a5cc Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 31 Dec 2010 16:59:13 +0100 Subject: [PATCH] Turn on C99 and extra warnings --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2