From cd1b18367cf0aa8aad88366de7cc5622254df3dd Mon Sep 17 00:00:00 2001 From: Lon Hohberger Date: Thu, 5 May 2016 13:24:45 -0400 Subject: [PATCH] Drop -Werror Signed-off-by: Lon Hohberger --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b0d6ad8..b8793bd 100644 --- a/Makefile +++ b/Makefile @@ -16,4 +16,4 @@ clean: rm -f *.o *~ cbuf *test %.o: %.c - gcc -c -o $@ $^ -I. -Wstrict-prototypes -Wshadow -Werror -Wall -ggdb -DDEBUG + gcc -c -o $@ $^ -I. -Wstrict-prototypes -Wshadow -Wall -ggdb -DDEBUG -- 2.11.4.GIT