diff --git a/modules/juce_gui_extra/native/juce_mac_PushNotifications.cpp b/modules/juce_gui_extra/native/juce_mac_PushNotifications.cpp index 49e0e3cf67..17880e7713 100644 --- a/modules/juce_gui_extra/native/juce_mac_PushNotifications.cpp +++ b/modules/juce_gui_extra/native/juce_mac_PushNotifications.cpp @@ -23,6 +23,8 @@ ============================================================================== */ +JUCE_BEGIN_IGNORE_WARNINGS_GCC_LIKE ("-Wdeprecated-declarations") + namespace juce { @@ -562,3 +564,5 @@ private: }; } // namespace juce + +JUCE_END_IGNORE_WARNINGS_GCC_LIKE