Commit 29b2a750 by Derek Mauro Committed by Copybara-Service

Turn off the new GCC 13 warning for -Wself-move in tests since

we intentionally test this behavior

PiperOrigin-RevId: 503234578
Change-Id: Ic42c2e55e03843af7a36f99debb5ebcf7baec0fe
parent 2039d5df
......@@ -72,6 +72,7 @@ list(APPEND ABSL_GCC_TEST_FLAGS
"-DNOMINMAX"
"-Wno-deprecated-declarations"
"-Wno-missing-declarations"
"-Wno-self-move"
"-Wno-sign-compare"
"-Wno-unused-function"
"-Wno-unused-parameter"
......
......@@ -73,6 +73,7 @@ ABSL_GCC_TEST_FLAGS = [
"-DNOMINMAX",
"-Wno-deprecated-declarations",
"-Wno-missing-declarations",
"-Wno-self-move",
"-Wno-sign-compare",
"-Wno-unused-function",
"-Wno-unused-parameter",
......
......@@ -33,6 +33,7 @@ ABSL_GCC_FLAGS = [
ABSL_GCC_TEST_ADDITIONAL_FLAGS = [
"-Wno-deprecated-declarations",
"-Wno-missing-declarations",
"-Wno-self-move",
"-Wno-sign-compare",
"-Wno-unused-function",
"-Wno-unused-parameter",
......
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