mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
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:
^~~~~~~
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).