Skip to content

Commit 49a97b3

Browse files
authored
chore: Fix improperly ignored deprecation warning (apache#1635)
1 parent 50fc78c commit 49a97b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CordovaLib/Classes/Private/Plugins/CDVIntentAndNavigationFilter/CDVIntentAndNavigationFilter.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ - (BOOL)shouldOverrideLoadWithRequest:(NSURLRequest*)request navigationType:(CDV
149149
}
150150

151151
#pragma clang diagnostic push
152-
#pragma clang diagnostic ignored "-Wdeprecated-declarations"
152+
#pragma clang diagnostic ignored "-Wdeprecated-implementations"
153153
// TODO: Remove in Cordova iOS 9
154154
// The Ionic Webview plugin calls this method by selector (rather than
155155
// shouldOverrideLoadWithRequest:navigationType:info: as defined above) and

0 commit comments

Comments
 (0)