Silence warnings

This commit is contained in:
Fabian Meumertzheim 2024-11-05 15:44:26 +01:00
parent b8cd815963
commit 41b7d48ed8
1 changed files with 2 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# Required by abseil-cpp. # Required by abseil-cpp.
common --cxxopt=-std=c++14 common --cxxopt=-std=c++14
# Silence some warnings.
common --per_file_copt=.*/absl/strings/string_view.h@-Wno-unreachable-code