From: Jiri Denemark Date: Tue, 16 Mar 2010 10:51:36 +0000 (+0100) Subject: Use WARN_CFLAGS when compiling virsh.c X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=db481dca94145fcb01e900445ccdeda5592f8bc1;p=libvirt.git Use WARN_CFLAGS when compiling virsh.c --- diff --git a/tools/Makefile.am b/tools/Makefile.am index 941e93ec70..46107f69f2 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)