From: Richard W.M. Jones <"Richard W.M. Jones "> Date: Wed, 7 May 2008 07:46:31 +0000 (+0100) Subject: Compile with -Wall -Werror X-Git-Tag: v0.6~50 X-Git-Url: http://git.annexia.org/?p=ocaml-augeas.git;a=commitdiff_plain;h=0dc801f1fbcd071be48bd0d5199f101992da021e;hp=74d33e1e993cdcf569ca8a2032ed479d16952949 Compile with -Wall -Werror --- 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@