diff options
| author | 2025-01-23 16:15:09 -0800 | |
|---|---|---|
| committer | 2025-01-23 16:15:09 -0800 | |
| commit | bc45ce7620ea709a61b4f03eeff8a483ef24576d (patch) | |
| tree | e63e198dce620bbc4d7eb3361ad38135db521b7f | |
| parent | a10866042f7445ac37d1922d53808f2831275a7a (diff) | |
| parent | cf562725fcfffb3998f429cc7cc3257121c1425e (diff) | |
Merge "Re-enable `thread-safety-reference-return` warning" into main
| -rw-r--r-- | cc/config/global.go | 1 |
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", |