Three of these patches are for cleaning up warnings vs clang-10.
The -Wtautological-type-limit-compare patch has been improved
as suggested by Eric Blake.
The final patch is for a "new" warning from gcc-9 on aarch64 hosts.
Our build box has been upgraded from bionic, so the warning is new
to me, anyway.
Changes since v2:
* Adjustments to "Clean up warning flag lists" (eblake).
* Add -Wpsabi to tests/plugins (ajb).
r~
Philippe Mathieu-Daudé (1):
fpu/softfloat: Silence 'bitwise negation of boolean expression'
warning
Richard Henderson (3):
configure: Clean up warning flag lists
configure: Disable -Wtautological-type-limit-compare
configure: Add -Wno-psabi
Wei Wang (1):
migration: fix xbzrle encoding rate calculation
configure | 44 +++++++++++++++++++++++++++++++++----------
fpu/softfloat.c | 33 +++++++++++++++++++++++---------
migration/ram.c | 4 +---
tests/plugin/Makefile | 2 +-
4 files changed, 60 insertions(+), 23 deletions(-)
--
2.25.1