diff --git a/.bazelrc b/.bazelrc index 1be444506..7d02ada8d 100644 --- a/.bazelrc +++ b/.bazelrc @@ -3,4 +3,4 @@ test --test_output=errors --action_env="GTEST_COLOR=1" # Force bazel output to use colors (good for jenkins) and print useful errors. common --color=yes -build --cxxopt='-std=c++17' \ No newline at end of file +build --cxxopt='-std=c++17' --copt=-Wno-c++11-narrowing \ No newline at end of file