Skip to content

Commit 1d98c36

Browse files
committed
fix compiler complaint
1 parent f15fa9e commit 1d98c36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseAuth/Sources/Auth/FIRAuthSettings.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ - (instancetype)init {
2828
return self;
2929
}
3030

31-
- (instancetype)copyWithZone:(NSZone *__unused)zone {
31+
- (instancetype)copyWithZone:(NSZone *__unused _Nullable)zone {
3232
// Auth settings are mutable, so always return a copy.
3333
FIRAuthSettings *newSettings = [[FIRAuthSettings alloc] init];
3434
newSettings.appVerificationDisabledForTesting = self.isAppVerificationDisabledForTesting;

0 commit comments

Comments
 (0)