git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33687df
)
fish/: enable -Werror and all of gcc's warning options
author
Jim Meyering
<meyering@redhat.com>
Thu, 20 Aug 2009 11:56:47 +0000
(13:56 +0200)
committer
Jim Meyering
<meyering@redhat.com>
Fri, 21 Aug 2009 13:24:29 +0000
(15:24 +0200)
* fish/Makefile.am: Use $(WARN_CFLAGS) $(WERROR_CFLAGS).
fish/Makefile.am
patch
|
blob
|
history
diff --git
a/fish/Makefile.am
b/fish/Makefile.am
index
5bf3fbd
..
94bf757
100644
(file)
--- a/
fish/Makefile.am
+++ b/
fish/Makefile.am
@@
-51,8
+51,8
@@
BUILT_SOURCES = \
guestfish_CFLAGS = \
-I$(top_srcdir)/src -I$(top_builddir)/src \
-I$(top_srcdir)/fish -I$(top_builddir)/fish \
- -
Wall
\
- -DGUESTFS_DEFAULT_PATH='"$(libdir)/guestfs"'
+ -
DGUESTFS_DEFAULT_PATH='"$(libdir)/guestfs"'
\
+ $(WARN_CFLAGS) $(WERROR_CFLAGS)
guestfish_LDADD = $(top_builddir)/src/libguestfs.la $(LIBREADLINE)