mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
lib: qemu: Also suppress -Wnonnull warning in yajl code.
Required by gcc-7.1.1.
Updates commit 3d2b84231f.
This commit is contained in:
@@ -586,6 +586,7 @@ guestfs_int_qemu_supports_device (guestfs_h *g,
|
||||
#pragma GCC diagnostic push
|
||||
#if defined(__GNUC__) && __GNUC__ >= 6 /* gcc >= 6 */
|
||||
#pragma GCC diagnostic ignored "-Wnull-dereference"
|
||||
#pragma GCC diagnostic ignored "-Wnonnull"
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user