Skip to content

Commit

Permalink
spelling: mutexes
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <[email protected]>
  • Loading branch information
jsoref authored and nigoroll committed Aug 20, 2024
1 parent c8d46df commit d779670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wflags.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@

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
]

Expand Down

0 comments on commit d779670

Please sign in to comment.