From 7fae35c4144bbe769c1f1a8d838bdfa18bed4e08 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Wed, 29 Apr 2009 22:24:36 -0500 Subject: [PATCH] Makefile: add -Werror --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9053626291..36538b041d 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ VERSION = 0.92 BUNDLE = Factor.app LIBPATH = -L/usr/X11R6/lib -CFLAGS = -Wall +CFLAGS = -Wall -Werror FFI_TEST_CFLAGS = -fPIC ifdef DEBUG