]> pilppa.org Git - uci.git/blobdiff - Makefile
add -Wno-unused and -Werror
[uci.git] / Makefile
index 3b69678ba692c115dcada1416d5217b7a020d282..dc304fc9cd4aa1e085a2721c21eea57aa8c266d8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 CC=gcc
-CFLAGS=-O2 -Wall -pedantic -std=gnu99
+CFLAGS=-O2 -Wall -pedantic -std=gnu99 -Wno-unused -Werror
 
 all: parsetest
 parsetest: libuci.o test.o