Automated Code Change

PiperOrigin-RevId: 896829185
This commit is contained in:
hai007
2026-04-08 19:52:40 -07:00
committed by Copybara-Service
parent 6914be4154
commit db72ebcaa4
4 changed files with 1 additions and 11 deletions
-2
View File
@@ -44,8 +44,6 @@ cc_test(
srcs = ["ed25519_unittest.cc"],
copts = [
"-DUNIT_TEST",
"-Wno-inconsistent-missing-override",
"-Wno-non-virtual-dtor",
"-Ithird_party",
],
deps = [
-2
View File
@@ -99,8 +99,6 @@ cc_test(
],
copts = [
"-DUNIT_TEST",
"-Wno-inconsistent-missing-override",
"-Wno-non-virtual-dtor",
"-Ithird_party",
],
deps = [
@@ -30,9 +30,6 @@ objc_library(
]) + [
"Source/GNSCentral.h",
],
copts = [
"-Wno-enum-compare", # TODO(b/418286948): Remove this when the error is fixed.
],
deps = [
":Shared",
"//internal/platform/implementation/apple/Log:GNCLogger",
@@ -51,9 +48,6 @@ objc_library(
]) + [
"Source/GNSPeripheral.h",
],
copts = [
"-Wno-enum-compare", # TODO(b/418286948): Remove this when the error is fixed.
],
deps = [
":Shared",
"//internal/platform/implementation/apple/Log:GNCLogger",
@@ -371,7 +371,7 @@ static NSTimeInterval gKBTCrashLoopMaxTimeBetweenResetting = 15.f;
}
- (void)updateBTCrashLoopHeuristic {
NSAssert(_cbPeripheralManager.state == CBCentralManagerStateResetting, @"Unexpected CB state %@",
NSAssert(_cbPeripheralManager.state == CBManagerStateResetting, @"Unexpected CB state %@",
CBManagerStateString(_cbPeripheralManager.state));
NSDate *now = [NSDate date];
if ([now timeIntervalSinceDate:_btCrashLastResettingDate] >