From 8c8bd35b6c7c786eec3da91a41bb1796fc9dd0b6 Mon Sep 17 00:00:00 2001 From: hai007 Date: Mon, 19 May 2025 09:40:42 -0700 Subject: [PATCH] internal update PiperOrigin-RevId: 760658885 --- .../platform/implementation/apple/Mediums/Ble/Sockets/BUILD | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/internal/platform/implementation/apple/Mediums/Ble/Sockets/BUILD b/internal/platform/implementation/apple/Mediums/Ble/Sockets/BUILD index 20053ca3..9f8f1339 100644 --- a/internal/platform/implementation/apple/Mediums/Ble/Sockets/BUILD +++ b/internal/platform/implementation/apple/Mediums/Ble/Sockets/BUILD @@ -29,6 +29,9 @@ objc_library( ]) + [ "Source/GNSCentral.h", ], + copts = [ + "-Wno-enum-compare", # TODO(b/418286948): Remove this when the error is fixed. + ], deps = [ ":Shared", "//third_party/apple_frameworks:CoreBluetooth", @@ -47,6 +50,9 @@ objc_library( ]) + [ "Source/GNSPeripheral.h", ], + copts = [ + "-Wno-enum-compare", # TODO(b/418286948): Remove this when the error is fixed. + ], deps = [ ":Shared", "//third_party/apple_frameworks:CoreBluetooth",