This is an automated email from the ASF dual-hosted git repository.

dpogue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-ios.git


The following commit(s) were added to refs/heads/master by this push:
     new 49a97b36 chore: Fix improperly ignored deprecation warning (#1635)
49a97b36 is described below

commit 49a97b36c1e62dcb9afbe0d63ab6ed1fd3fc49bf
Author: Darryl Pogue <[email protected]>
AuthorDate: Thu Mar 12 09:39:25 2026 -0700

    chore: Fix improperly ignored deprecation warning (#1635)
---
 .../Plugins/CDVIntentAndNavigationFilter/CDVIntentAndNavigationFilter.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/CordovaLib/Classes/Private/Plugins/CDVIntentAndNavigationFilter/CDVIntentAndNavigationFilter.m
 
b/CordovaLib/Classes/Private/Plugins/CDVIntentAndNavigationFilter/CDVIntentAndNavigationFilter.m
index 9fb14796..6216502a 100644
--- 
a/CordovaLib/Classes/Private/Plugins/CDVIntentAndNavigationFilter/CDVIntentAndNavigationFilter.m
+++ 
b/CordovaLib/Classes/Private/Plugins/CDVIntentAndNavigationFilter/CDVIntentAndNavigationFilter.m
@@ -149,7 +149,7 @@
 }
 
 #pragma clang diagnostic push
-#pragma clang diagnostic ignored "-Wdeprecated-declarations"
+#pragma clang diagnostic ignored "-Wdeprecated-implementations"
 // TODO: Remove in Cordova iOS 9
 // The Ionic Webview plugin calls this method by selector (rather than
 // shouldOverrideLoadWithRequest:navigationType:info: as defined above) and


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to