[master] 21e67bd31 Remove OBE -Wno- options

Poul-Henning Kamp phk at FreeBSD.org
Mon May 13 12:23:07 UTC 2024


commit 21e67bd31c9c683d3df213e89c6ae0bc02cc930e
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon May 13 11:27:26 2024 +0000

    Remove OBE -Wno- options

diff --git a/wflags.py b/wflags.py
index 6eb8d112d..85598719d 100644
--- a/wflags.py
+++ b/wflags.py
@@ -72,8 +72,6 @@ UNDESIRABLE_WFLAGS = [
     "-Wno-system-headers", # Outside of our control
     "-Wno-thread-safety", # Does not understand our mutexs are wrapped
     "-Wno-sign-compare", # Fixable
-    "-Wno-missing-variable-declarations", # Complains about optreset
-    "-Wno-nullability-completeness", # Barfs all over MacOSx
 ]
 
 


More information about the varnish-commit mailing list