[libvirt] [PATCH] Use WARN_CFLAGS when compiling virsh.c

Signed-off-by: Jiri Denemark <jdenemar@redhat.com> --- tools/Makefile.am | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/tools/Makefile.am b/tools/Makefile.am index 941e93e..46107f6 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -48,6 +48,7 @@ virsh_CFLAGS = \ -I$(top_srcdir)/src/util \ -DGETTEXT_PACKAGE=\"$(PACKAGE)\" \ -DLOCALEBASEDIR=\""$(datadir)/locale"\" \ + $(WARN_CFLAGS) \ $(COVERAGE_CFLAGS) \ $(LIBXML_CFLAGS) \ $(READLINE_CFLAGS) -- 1.7.0.2

On Tue, Mar 16, 2010 at 11:52:43AM +0100, Jiri Denemark wrote:
Signed-off-by: Jiri Denemark <jdenemar@redhat.com> --- tools/Makefile.am | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/tools/Makefile.am b/tools/Makefile.am index 941e93e..46107f6 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -48,6 +48,7 @@ virsh_CFLAGS = \ -I$(top_srcdir)/src/util \ -DGETTEXT_PACKAGE=\"$(PACKAGE)\" \ -DLOCALEBASEDIR=\""$(datadir)/locale"\" \ + $(WARN_CFLAGS) \ $(COVERAGE_CFLAGS) \ $(LIBXML_CFLAGS) \ $(READLINE_CFLAGS)
ACK Daniel -- |: Red Hat, Engineering, London -o- http://people.redhat.com/berrange/ :| |: http://libvirt.org -o- http://virt-manager.org -o- http://deltacloud.org :| |: http://autobuild.org -o- http://search.cpan.org/~danberr/ :| |: GnuPG: 7D3B9505 -o- F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505 :|

diff --git a/tools/Makefile.am b/tools/Makefile.am index 941e93e..46107f6 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -48,6 +48,7 @@ virsh_CFLAGS = \ -I$(top_srcdir)/src/util \ -DGETTEXT_PACKAGE=\"$(PACKAGE)\" \ -DLOCALEBASEDIR=\""$(datadir)/locale"\" \ + $(WARN_CFLAGS) \ $(COVERAGE_CFLAGS) \ $(LIBXML_CFLAGS) \ $(READLINE_CFLAGS)
ACK
Pushed, thanks. Jirka
participants (2)
-
Daniel P. Berrange
-
Jiri Denemark