From: Daniel P. Berrangé Date: Tue, 2 Apr 2019 10:00:13 +0000 (+0100) Subject: examples: enable all compiler warnings X-Git-Tag: v5.3.0-rc1~224 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfa0011826d3304b8b63acef963237fe7a1dfe7a;p=thirdparty%2Flibvirt.git 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 Signed-off-by: Daniel P. Berrangé --- diff --git a/examples/Makefile.am b/examples/Makefile.am index b590a148ce..ee7d3e6b2c 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -28,7 +28,8 @@ EXTRA_DIST = \ 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) \ $(top_builddir)/src/libvirt.la \ $(top_builddir)/src/libvirt-admin.la