[libvirt] [PATCH 0/5] examples: enforce compiler warning flags

Daniel P. Berrangé berrange at redhat.com
Tue Apr 2 10:02:06 UTC 2019


The example programs emitted a number of warnings even without having
the WARN_CFLAGS set. Once they were set a bunch more flaws came to
light. Fix them all and enforce warnings so that the example programs
are higher quality code.

Daniel P. Berrangé (5):
  examples: fix 64-bit integer formatting on Windows
  examples: avoid goto jump over initialization of variable
  domtop: remove unused domain name parameter
  dominfo: make example more useful
  examples: enable all compiler warnings

 examples/Makefile.am               |  3 ++-
 examples/admin/client_info.c       |  7 ++++---
 examples/admin/client_limits.c     |  2 +-
 examples/admin/list_clients.c      |  3 ++-
 examples/admin/threadpool_params.c |  2 +-
 examples/dominfo/info1.c           | 25 ++++++++++++++-----------
 examples/domtop/domtop.c           | 13 ++++++++-----
 7 files changed, 32 insertions(+), 23 deletions(-)

-- 
2.20.1




More information about the libvir-list mailing list