mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-04-29 23:26:23 +00:00
fix build
This commit is contained in:
parent
fa5e44c9dc
commit
e377c02472
1 changed files with 3 additions and 1 deletions
|
|
@ -814,6 +814,8 @@ didInvalidatePushTokenForType:(NSString *)type {
|
|||
}
|
||||
|
||||
#pragma mark - NSUser notifications
|
||||
#pragma clang diagnostic push
|
||||
#pragma clang diagnostic ignored "-Wstrict-prototypes"
|
||||
|
||||
- (void)application:(UIApplication *)application
|
||||
handleActionWithIdentifier:(NSString *)identifier
|
||||
|
|
@ -894,7 +896,7 @@ didInvalidatePushTokenForType:(NSString *)type {
|
|||
}
|
||||
completionHandler();
|
||||
}
|
||||
|
||||
#pragma clang diagnostic pop
|
||||
#pragma deploymate pop
|
||||
|
||||
#pragma mark - Remote configuration Functions (URL Handler)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue