Turns on gcc warnings (CFLAGS += -Wall -Wextra)

This commit is contained in:
Jose Pedro Oliveira
2013-09-28 01:36:02 +01:00
parent f5737aa3cc
commit 8842e450db
+2
View File
@@ -12,6 +12,8 @@ MANDIR = /usr/share/man/man1
DOCDIRS = doc/html doc/latex DOCDIRS = doc/html doc/latex
PDF = doc/latex/refman.pdf PDF = doc/latex/refman.pdf
CFLAGS += -Wall -Wextra
all: codecheck test all: codecheck test
clean: clean: