[master] cb36d6aac Add -Wno-nullability-completeness which barfs all over MacOsX

Poul-Henning Kamp phk at FreeBSD.org
Sun Apr 11 09:38:09 UTC 2021


commit cb36d6aac1487eac4610456354b2ebf2ac0100aa
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Sun Apr 11 09:36:40 2021 +0000

    Add -Wno-nullability-completeness which barfs all over MacOsX

diff --git a/wflags.py b/wflags.py
index 3c5e6d093..7e4d30fed 100644
--- a/wflags.py
+++ b/wflags.py
@@ -78,6 +78,7 @@ UNDESIRABLE_WFLAGS = [
     "-Wno-redundant-decls", # Complains about centos::stdio.h
     "-Wno-missing-variable-declarations", # Complains about optreset
     "-Wno-parentheses", # GCC complains about musl::endian.h
+    "-Wno-nullability-completeness", # Barfs all over MacOSx
 ]
 
 def main():


More information about the varnish-commit mailing list