I am not proud of the first patch.

I wrote the temporary bump for -Wframe-larger-than thinking
splitting it out would be too intrusive for the freeze, but
it did not turn out so bad.

Patch 7/8 does not fix anything.

Ján Tomko (8):
  virFirewallAddRule: exchange first two parameters
  virTypedParamsValidate: do not use STREQ_NULLABLE
  build: disable -Wdouble-promotion
  build: ignore some clang-specific warnings
  Introudce VIR_WARNINGS_NO_UNUSED_VALUE
  Temporarily bump maximum stack size
  test/Makefile.am: drop WARN_CFLAGS from LDFLAGS
  Split out -Wframe-larger-than warning from WARN_CLFAGS

 daemon/Makefile.am                        |  3 +
 m4/virt-compile-warnings.m4               | 15 ++++-
 src/Makefile.am                           |  1 +
 src/internal.h                            |  5 ++
 src/nwfilter/nwfilter_ebiptables_driver.c | 84 +++++++++++++--------------
 src/util/viratomic.h                      |  7 +++
 src/util/virebtables.c                    |  8 +--
 src/util/virfirewall.c                    |  8 +--
 src/util/virfirewall.h                    |  4 +-
 src/util/viriptables.c                    | 38 ++++++-------
 src/util/virtypedparam.c                  |  2 +-
 tests/Makefile.am                         |  3 +-
 tests/virfirewalltest.c                   | 94 +++++++++++++++----------------
 13 files changed, 150 insertions(+), 122 deletions(-)

-- 
2.7.3

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to