CtrlLib: Gtk3 trayicon deprecation warnings now ignored

git-svn-id: svn://ultimatepp.org/upp/trunk@13895 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2020-01-15 20:09:33 +00:00
parent 7ec8ab42ed
commit 706a69e6fd

View file

@ -9,6 +9,8 @@
#endif
#endif
G_GNUC_BEGIN_IGNORE_DEPRECATIONS
namespace Upp {
TrayIcon::TrayIcon()
@ -141,4 +143,6 @@ TrayIcon::~TrayIcon()
}
G_GNUC_END_IGNORE_DEPRECATIONS
#endif