fix build

This commit is contained in:
Benjamin Reis 2017-09-28 15:48:12 +02:00
parent fa5e44c9dc
commit e377c02472

View file

@ -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)