Skip to content

Commit

Permalink
Remove warning disable that is not needed anymore.
Browse files Browse the repository at this point in the history
Older or-tools code generated warnings, that are not happening anymore
with the latest version.

PiperOrigin-RevId: 687069077
  • Loading branch information
hzeller authored and copybara-github committed Oct 17, 2024
1 parent c268572 commit 7d4d400
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7d4d400

Please sign in to comment.