We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50fc78c commit 49a97b3Copy full SHA for 49a97b3
CordovaLib/Classes/Private/Plugins/CDVIntentAndNavigationFilter/CDVIntentAndNavigationFilter.m
@@ -149,7 +149,7 @@ - (BOOL)shouldOverrideLoadWithRequest:(NSURLRequest*)request navigationType:(CDV
149
}
150
151
#pragma clang diagnostic push
152
-#pragma clang diagnostic ignored "-Wdeprecated-declarations"
+#pragma clang diagnostic ignored "-Wdeprecated-implementations"
153
// TODO: Remove in Cordova iOS 9
154
// The Ionic Webview plugin calls this method by selector (rather than
155
// shouldOverrideLoadWithRequest:navigationType:info: as defined above) and
0 commit comments