Skip to content

Commit 9b6c045

Browse files
author
Edward Smith
committed
Fix warning.
1 parent fde50f4 commit 9b6c045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Branch-SDK/Branch-SDK/BNCKeyChain.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ + (NSString*_Nullable) securityAccessGroup {
232232
if (status == errSecItemNotFound) return nil;
233233
if (status != errSecSuccess) {
234234
BNCLogDebugSDK(@"Get securityAccessGroup returned(%ld): %@.",
235-
status, [self errorWithKey:nil OSStatus:status]);
235+
(long) status, [self errorWithKey:nil OSStatus:status]);
236236
return nil;
237237
}
238238
NSString*group =

0 commit comments

Comments
 (0)