summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cc/config/global.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/cc/config/global.go b/cc/config/global.go
index a309dc0aa..44079678a 100644
--- a/cc/config/global.go
+++ b/cc/config/global.go
@@ -292,7 +292,6 @@ var (
"-Wno-error=deprecated", // in external/googletest/googletest
// New warnings to be fixed after clang-r522817
"-Wno-error=invalid-offsetof",
- "-Wno-error=thread-safety-reference-return",
// Allow using VLA CXX extension.
"-Wno-vla-cxx-extension",