universal7885: cflags: Ignore thread safety negative

This commit is contained in:
roynatech2544 2022-10-05 09:59:35 +00:00
commit 402ea33acb

View file

@ -52,7 +52,6 @@ cc_defaults {
"-Wshadow", "-Wshadow",
"-Wstrict-aliasing", "-Wstrict-aliasing",
"-Wthread-safety", "-Wthread-safety",
"-Wthread-safety-negative",
"-Wunreachable-code", "-Wunreachable-code",
"-Wunreachable-code-break", "-Wunreachable-code-break",
"-Wunreachable-code-return", "-Wunreachable-code-return",