From 0dc801f1fbcd071be48bd0d5199f101992da021e Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: [PATCH] Compile with -Wall -Werror --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 97f7e15..6a9b918 100644 --- a/Makefile.in +++ b/Makefile.in @@ -26,7 +26,7 @@ OCAMLDOC = @OCAMLDOC@ INSTALL = @INSTALL@ CC = @CC@ -CFLAGS = @CFLAGS@ -fPIC -I$(shell ocamlc -where) +CFLAGS = @CFLAGS@ -fPIC -I$(shell ocamlc -where) -Wall -Werror LDFLAGS = @LDFLAGS@ LIBS = @LIBS@ -- 1.8.3.1