Files
libguestfs/utils
Richard W.M. Jones 0b3a5a0b00 GCC 7: Add __attribute__((noreturn)) to some usage functions which call exit.
This happens with GCC 7.0.1.  The errors were all of the form:

qemu-speed-test.c: In function 'main':
qemu-speed-test.c:153:7: error: this statement may fall through [-Werror=implicit-fallthrough=]
       usage (EXIT_SUCCESS);
       ^~~~~~~~~~~~~~~~~~~~
qemu-speed-test.c:155:5: note: here
     default:
     ^~~~~~~
2017-02-14 15:25:25 +00:00
..

This directory contains miscellaneous utilities for profiling and
testing libguestfs.  For more information see guestfs-performance(1).

For libguestfs tools you should look in the specific tool directories
such as cat/, df/, etc.

For an overview of libguestfs directories, see guestfs-hacking(1).