diff --git a/src/calendar-server/calendar-sources.c b/src/calendar-server/calendar-sources.c index aa3fa64f9..ed76c015c 100644 --- a/src/calendar-server/calendar-sources.c +++ b/src/calendar-server/calendar-sources.c @@ -29,7 +29,9 @@ #include #define HANDLE_LIBICAL_MEMORY #define EDS_DISABLE_DEPRECATED +G_GNUC_BEGIN_IGNORE_DEPRECATIONS #include +G_GNUC_END_IGNORE_DEPRECATIONS #undef CALENDAR_ENABLE_DEBUG #include "calendar-debug.h" diff --git a/src/calendar-server/gnome-shell-calendar-server.c b/src/calendar-server/gnome-shell-calendar-server.c index 4eaaab4ac..0e074fbbc 100644 --- a/src/calendar-server/gnome-shell-calendar-server.c +++ b/src/calendar-server/gnome-shell-calendar-server.c @@ -35,7 +35,9 @@ #define HANDLE_LIBICAL_MEMORY #define EDS_DISABLE_DEPRECATED +G_GNUC_BEGIN_IGNORE_DEPRECATIONS #include +G_GNUC_END_IGNORE_DEPRECATIONS #include "calendar-sources.h"