We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93574c5 commit 392f988Copy full SHA for 392f988
FirebaseMessaging/CHANGELOG.md
@@ -1,3 +1,6 @@
1
+# 2021-02 -- v7.6.0
2
+- [fixed] Fixed build warnings introduced with Xcode 12.5. (#7433)
3
+
4
# 2020-11 -- v7.1.0
5
- [fixed] Fixed completion handler issue in `application(_:didReceiveRemoteNotification:fetchCompletionHandler:)` method. (#6863)
6
FirebaseMessaging/Sources/FIRMessagingTopicOperation.m
@@ -26,7 +26,7 @@
26
static NSString *const kFIRMessagingSubscribeServerHost =
27
@"https://iid.googleapis.com/iid/register";
28
29
-NSString *FIRMessagingSubscriptionsServer() {
+NSString *FIRMessagingSubscriptionsServer(void) {
30
static NSString *serverHost = nil;
31
static dispatch_once_t onceToken;
32
dispatch_once(&onceToken, ^{
0 commit comments