[libvirt PATCH 0/4] misc fixes for GCC 10

Daniel P. Berrangé posted 4 patches 3 years, 9 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20200722172142.1847640-1-berrange@redhat.com
m4/virt-compile-warnings.m4 |  4 +---
src/util/virnetdevip.c      | 17 ++++++++---------
tests/virnetdaemonmock.c    |  2 ++
tools/vsh.c                 |  2 +-
4 files changed, 12 insertions(+), 13 deletions(-)
[libvirt PATCH 0/4] misc fixes for GCC 10
Posted by Daniel P. Berrangé 3 years, 9 months ago
This fixes problem that exhibit themselves with GCC 10,
either the Debian Sid cross-compilers on 32-bit, or
with Fedora rawhide mingw.

Daniel P. Berrangé (4):
  util: refactor code to workaround gcc 10.1.0 bug
  m4: enable -fstack-protector-strong on mingw
  tests: don't mock the time() function on mingw
  tools: be more paranoid about possibly NULL description

 m4/virt-compile-warnings.m4 |  4 +---
 src/util/virnetdevip.c      | 17 ++++++++---------
 tests/virnetdaemonmock.c    |  2 ++
 tools/vsh.c                 |  2 +-
 4 files changed, 12 insertions(+), 13 deletions(-)

-- 
2.24.1