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",