diff --git a/BUILD b/BUILD index b11eb441..879a0c1a 100644 --- a/BUILD +++ b/BUILD @@ -54,6 +54,10 @@ cc_binary( "@stablehlo//:chlo_ops", "@stablehlo//stablehlo/tests:check_ops" ], + copts = [ + "-Wno-unused-variable", + "-Wno-return-type", + ], ) cc_binary(