Unverified Commit ce6ea407 authored by Steven Wojcik's avatar Steven Wojcik Committed by Nils Goroll

Add missing comma to wflags.py

parent d77da13b
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment