From 38a786c51a7a470ac2d35ee226c961dc7ac44cda Mon Sep 17 00:00:00 2001 From: William Moses Date: Thu, 7 Nov 2024 18:28:58 -0600 Subject: [PATCH] Update BUILD --- BUILD | 4 ++++ 1 file changed, 4 insertions(+) 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(