]> git.proxmox.com Git - mirror_qemu.git/commit
util: Suppress -Wstringop-overflow in qemu_thread_start
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 3 Aug 2021 21:19:07 +0000 (11:19 -1000)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 13 Sep 2021 11:56:26 +0000 (13:56 +0200)
commit37daf1ba85ccc0d4e53ed355eca316e7e1cae6d3
tree9939ee80f4a1afa8741b6b0cc5f180f234cbac37
parentbf21fe94232d02e017df76c7485039d855783cd1
util: Suppress -Wstringop-overflow in qemu_thread_start

This seems to be either a glibc or gcc bug, but the code
appears to be fine with the warning suppressed.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20210803211907.150525-1-richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
util/qemu-thread-posix.c