From 10ec11de9c169c5a8ae6d29a09beae6b0d624e91 Mon Sep 17 00:00:00 2001 From: Derek Mauro Date: Tue, 14 Jun 2022 13:10:59 -0700 Subject: algorithm_test: suppress bogus -Wnonnull warning in GCC 12 Upstream bug report: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105705 PiperOrigin-RevId: 454937873 Change-Id: I44f940caf36d83714af765f01cc43c5143fe21c3 --- absl/algorithm/BUILD.bazel | 1 + 1 file changed, 1 insertion(+) (limited to 'absl/algorithm/BUILD.bazel') diff --git a/absl/algorithm/BUILD.bazel b/absl/algorithm/BUILD.bazel index afc52639..f6d74714 100644 --- a/absl/algorithm/BUILD.bazel +++ b/absl/algorithm/BUILD.bazel @@ -43,6 +43,7 @@ cc_test( linkopts = ABSL_DEFAULT_LINKOPTS, deps = [ ":algorithm", + "//absl/base:config", "@com_google_googletest//:gtest_main", ], ) -- cgit v1.2.3