diff --git a/.bazelrc b/.bazelrc index a244d62..07a36b5 100644 --- a/.bazelrc +++ b/.bazelrc @@ -1,2 +1,4 @@ # Required by abseil-cpp. common --cxxopt=-std=c++14 +# Silence some warnings. +common --per_file_copt=.*/absl/strings/string_view.h@-Wno-unreachable-code