diff --git a/modules/juce_gui_extra/native/juce_PushNotifications_mac.cpp b/modules/juce_gui_extra/native/juce_PushNotifications_mac.cpp index 661fae799b..b1a3c81e83 100644 --- a/modules/juce_gui_extra/native/juce_PushNotifications_mac.cpp +++ b/modules/juce_gui_extra/native/juce_PushNotifications_mac.cpp @@ -35,6 +35,8 @@ namespace juce { +JUCE_BEGIN_IGNORE_WARNINGS_GCC_LIKE ("-Wdeprecated-declarations") + namespace PushNotificationsDelegateDetailsOsx { using Action = PushNotifications::Notification::Action; @@ -532,4 +534,6 @@ private: PushNotifications::Settings settings; }; +JUCE_END_IGNORE_WARNINGS_GCC_LIKE + } // namespace juce