[master] ce6ea4079 Add missing comma to wflags.py

Nils Goroll nils.goroll at uplex.de
Mon Feb 26 10:27:08 UTC 2024


commit ce6ea4079c0cf49b106fc44497b460ed0edb3153
Author: Steven Wojcik <steven.wojcik at disneystreaming.com>
Date:   Fri Feb 23 10:02:25 2024 -0500

    Add missing comma to wflags.py

diff --git a/wflags.py b/wflags.py
index 1b8c48fc0..10cfd68fd 100644
--- a/wflags.py
+++ b/wflags.py
@@ -69,7 +69,7 @@ DESIRABLE_WFLAGS = [
 ]
 
 UNDESIRABLE_WFLAGS = [
-    "-Wno-system-headers" # Outside of our control
+    "-Wno-system-headers", # Outside of our control
     "-Wno-thread-safety", # Does not understand our mutexs are wrapped
     "-Wno-old-style-definition", # Does not like vgz
     "-Wno-sign-compare", # Fixable


More information about the varnish-commit mailing list