From f4810b7c4a1de3ba6faba1346c497b5522ba9c00 Mon Sep 17 00:00:00 2001 From: Dave Jones Date: Fri, 20 Dec 2013 14:28:50 -0500 Subject: [PATCH] Disable -Werror --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6018568..24c0269 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ CFLAGS += -Wwrite-strings CFLAGS += -Wstrict-prototypes -Wmissing-prototypes # Only enabled during development. -CFLAGS += -Werror +#CFLAGS += -Werror V = @ Q = $(V:1=) -- 2.11.4.GIT