From 7d4d400a2a74fbf60262666e4d00c69278e5292c Mon Sep 17 00:00:00 2001 From: Henner Zeller Date: Thu, 17 Oct 2024 15:41:14 -0700 Subject: [PATCH] Remove warning disable that is not needed anymore. Older or-tools code generated warnings, that are not happening anymore with the latest version. PiperOrigin-RevId: 687069077 --- .bazelrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/.bazelrc b/.bazelrc index 629c80c950..0381d4a993 100644 --- a/.bazelrc +++ b/.bazelrc @@ -41,9 +41,6 @@ build --host_per_file_copt=external/.*@-w # Protobuf. build --copt "-Wno-deprecated-declarations" --host_copt "-Wno-deprecated-declarations" -# OrTools. Can be removed once synced or-tools version >= 2024-07-30 -build --copt "-Wno-range-loop-construct" --host_copt "-Wno-range-loop-construct" - # Use absl in googletest to work around # https://github.com/google/googletest/issues/4383 build --define absl=1