summaryrefslogtreecommitdiff
path: root/absl/copts/GENERATED_copts.bzl
diff options
context:
space:
mode:
authorGravatar Derek Mauro <dmauro@google.com>2023-01-19 12:25:19 -0800
committerGravatar Copybara-Service <copybara-worker@google.com>2023-01-19 12:26:15 -0800
commit29b2a750258c7ba85204c121c6054aa2004b4818 (patch)
treed913627a20a31f283a9b43d2b13ec188f878fdea /absl/copts/GENERATED_copts.bzl
parent2039d5dff0cef8fe3841519f0418caef6ec47d2d (diff)
Turn off the new GCC 13 warning for -Wself-move in tests since
we intentionally test this behavior PiperOrigin-RevId: 503234578 Change-Id: Ic42c2e55e03843af7a36f99debb5ebcf7baec0fe
Diffstat (limited to 'absl/copts/GENERATED_copts.bzl')
-rw-r--r--absl/copts/GENERATED_copts.bzl1
1 files changed, 1 insertions, 0 deletions
diff --git a/absl/copts/GENERATED_copts.bzl b/absl/copts/GENERATED_copts.bzl
index 84f4bffc..011d8a98 100644
--- a/absl/copts/GENERATED_copts.bzl
+++ b/absl/copts/GENERATED_copts.bzl
@@ -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",