Browse Source

Ignore deprecation warnings in PushNotifications

tags/2021-05-28
reuk 5 years ago
parent
commit
395321b4dc
No known key found for this signature in database GPG Key ID: 9ADCD339CFC98A11
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      modules/juce_gui_extra/native/juce_mac_PushNotifications.cpp

+ 4
- 0
modules/juce_gui_extra/native/juce_mac_PushNotifications.cpp View File

@@ -23,6 +23,8 @@
============================================================================== ==============================================================================
*/ */
JUCE_BEGIN_IGNORE_WARNINGS_GCC_LIKE ("-Wdeprecated-declarations")
namespace juce namespace juce
{ {
@@ -562,3 +564,5 @@ private:
}; };
} // namespace juce } // namespace juce
JUCE_END_IGNORE_WARNINGS_GCC_LIKE

Loading…
Cancel
Save