]> xenbits.xensource.com Git - libvirt.git/commit
tools: Enable warnings for more binaries/libs
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 16 Nov 2017 13:35:12 +0000 (14:35 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 21 Nov 2017 11:52:39 +0000 (12:52 +0100)
commita785186446de785d1b8b5e1b59973d6e0d7ecd17
tree04bcfc76cd35133fcae0580fddb499b4035e6de2
parent15e661d5584e1ef3a429ca797551ceda4bb58a6f
tools: Enable warnings for more binaries/libs

Because WARN_CFLAGS and COVERAGE_CFLAGS are not set globally, we
rely on each binary built to include WARN_CFLAGS/COVERAGE_CFLAGS.
But it is easy to forget those - e.g. libvirt_shell.la. However,
don't enable WARN_FLAGS (i.e. don't include AM_CFLAGS) for
wireshark plugin - parts of that code are generated and trigger
some warnings.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Erik Skultety <eskultet@redhat.com>
tools/Makefile.am