From: Felix Fietkau Date: Sat, 19 Jan 2008 18:43:58 +0000 (+0100) Subject: add -Wno-unused and -Werror X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fuci.git;a=commitdiff_plain;h=4f34a554044964653faf73d81a625c2b9d450ae4 add -Wno-unused and -Werror --- diff --git a/Makefile b/Makefile index 3b69678..dc304fc 100644 --- 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