Browse Source
Ignore deprecation warnings in PushNotifications
tags/2021-05-28
reuk
5 years ago
No known key found for this signature in database
GPG Key ID: 9ADCD339CFC98A11
1 changed files with
4 additions and
0 deletions
-
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
|