mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 11:35:19 +00:00
examples: enable all compiler warnings
Now that all the examples are warning free, keep it that way by enabling all the normal compiler warning flags. Reviewed-by: Ján Tomko <jtomko@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
b69e14fed6
commit
dfa0011826
@ -28,7 +28,8 @@ EXTRA_DIST = \
|
|||||||
|
|
||||||
|
|
||||||
AM_CPPFLAGS = \
|
AM_CPPFLAGS = \
|
||||||
-I$(top_builddir)/include -I$(top_srcdir)/include -I$(top_srcdir)
|
-I$(top_builddir)/include -I$(top_srcdir)/include -I$(top_srcdir) \
|
||||||
|
$(WARN_CFLAGS)
|
||||||
LDADD = $(STATIC_BINARIES) $(WARN_CFLAGS) \
|
LDADD = $(STATIC_BINARIES) $(WARN_CFLAGS) \
|
||||||
$(top_builddir)/src/libvirt.la \
|
$(top_builddir)/src/libvirt.la \
|
||||||
$(top_builddir)/src/libvirt-admin.la
|
$(top_builddir)/src/libvirt-admin.la
|
||||||
|
Loading…
Reference in New Issue
Block a user