Compile with -Wall -Werror
authorRichard W.M. Jones <rjones@redhat.com>
Wed, 7 May 2008 07:46:31 +0000 (08:46 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Wed, 7 May 2008 07:46:31 +0000 (08:46 +0100)
Makefile.in

index 97f7e15..6a9b918 100644 (file)
@@ -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@