From e559956449de42e8996b28a5ec56aa9ef47bbdea Mon Sep 17 00:00:00 2001 From: Richard Levasseur Date: Sun, 22 Feb 2026 23:18:44 -0800 Subject: [PATCH] silence sign-compare --- .bazelrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.bazelrc b/.bazelrc index 24676574e6..0067686a08 100644 --- a/.bazelrc +++ b/.bazelrc @@ -41,3 +41,7 @@ common --incompatible_python_disallow_native_rules common --incompatible_no_implicit_file_export build --lockfile_mode=update + +# Suppress sign-compare warnings from external dependencies like protobuf +build --copt=-Wno-sign-compare +build --host_copt=-Wno-sign-compare