git.annexia.org
/
ocaml-augeas.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74d33e1
)
Compile with -Wall -Werror
author
Richard W.M. Jones
<rjones@redhat.com>
Wed, 7 May 2008 07:46:31 +0000
(08:46 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Wed, 7 May 2008 07:46:31 +0000
(08:46 +0100)
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index
97f7e15
..
6a9b918
100644
(file)
--- 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@