Commit d779670d authored by Josh Soref's avatar Josh Soref Committed by Nils Goroll

spelling: mutexes

Signed-off-by: 's avatarJosh Soref <2119212+jsoref@users.noreply.github.com>
parent c8d46df8
......@@ -70,7 +70,7 @@ DESIRABLE_WFLAGS = [
UNDESIRABLE_WFLAGS = [
"-Wno-system-headers", # Outside of our control
"-Wno-thread-safety", # Does not understand our mutexs are wrapped
"-Wno-thread-safety", # Does not understand our mutexes are wrapped
"-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