From 4f34a554044964653faf73d81a625c2b9d450ae4 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 19 Jan 2008 19:43:58 +0100 Subject: [PATCH] add -Wno-unused and -Werror --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.41.0