mirror of https://gitee.com/openkylin/libvirt.git
Use WARN_CFLAGS when compiling virsh.c
This commit is contained in:
parent
e3c36a2575
commit
db481dca94
tools
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue