=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> Skipping vulnerability checks. WARNING: No /var/db/pkg/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'. ===> Building for evolution-data-server-2.32.3nb43 /usr/pkg/bin/gmake all-recursive gmake[1]: Entering directory '/data/scratch/mail/evolution-data-server/work/evolution-data-server-2.32.3' Making all in libedataserver gmake[2]: Entering directory '/data/scratch/mail/evolution-data-server/work/evolution-data-server-2.32.3/libedataserver' CC libedataserver_1_2_la-e-account.lo CC libedataserver_1_2_la-e-categories.lo CC libedataserver_1_2_la-e-flag.lo CC libedataserver_1_2_la-e-iterator.lo CC libedataserver_1_2_la-e-list.lo CC libedataserver_1_2_la-e-list-iterator.lo CC libedataserver_1_2_la-e-account-list.lo CC libedataserver_1_2_la-e-sexp.lo CC libedataserver_1_2_la-e-memory.lo CC libedataserver_1_2_la-e-source-group.lo CC libedataserver_1_2_la-e-time-utils.lo CC libedataserver_1_2_la-e-source.lo CC libedataserver_1_2_la-e-uid.lo CC libedataserver_1_2_la-e-debug-log.lo CC libedataserver_1_2_la-e-proxy.lo CC libedataserver_1_2_la-e-source-list.lo e-flag.c:43:15: warning: 'g_cond_new' is deprecated [-Wdeprecated-declarations] flag->cond = g_cond_new (); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:281:17: note: 'g_cond_new' has been explicitly marked deprecated here GCond * g_cond_new (void); ^ e-flag.c:44:16: warning: 'g_mutex_new' is deprecated [-Wdeprecated-declarations] flag->mutex = g_mutex_new (); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:277:17: note: 'g_mutex_new' has been explicitly marked deprecated here GMutex * g_mutex_new (void); ^ e-flag.c:161:8: warning: 'g_cond_timed_wait' is deprecated [-Wdeprecated-declarations] if (!g_cond_timed_wait (flag->cond, flag->mutex, abs_time)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:285:17: note: 'g_cond_timed_wait' has been explicitly marked deprecated here gboolean g_cond_timed_wait (GCond *cond, ^ e-flag.c:182:2: warning: 'g_cond_free' is deprecated [-Wdeprecated-declarations] g_cond_free (flag->cond); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:283:17: note: 'g_cond_free' has been explicitly marked deprecated here void g_cond_free (GCond *cond); ^ e-flag.c:183:2: warning: 'g_mutex_free' is deprecated [-Wdeprecated-declarations] g_mutex_free (flag->mutex); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:279:17: note: 'g_mutex_free' has been explicitly marked deprecated here void g_mutex_free (GMutex *mutex); ^ 5 warnings generated. e-debug-log.c:52:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] g_static_mutex_lock (&log_mutex); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:143:19: note: expanded from macro 'g_static_mutex_lock' g_mutex_lock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ e-debug-log.c:58:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] g_static_mutex_unlock (&log_mutex); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ e-time-utils.c:1458:9: warning: array subscript is of type 'char' [-Wchar-subscripts] if (!isspace (*p)) { ^~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:56:44: note: expanded from macro 'isspace' #define isspace(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_S)) ^~~~ e-time-utils.c:1507:11: warning: array subscript is of type 'char' [-Wchar-subscripts] while (isspace (*parse_end)) ^~~~~~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:56:44: note: expanded from macro 'isspace' #define isspace(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_S)) ^~~~ e-categories.c:530:2: warning: 'g_atexit' is deprecated [-Wdeprecated-declarations] g_atexit (finalize_categories); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/gutils.h:207:6: note: 'g_atexit' has been explicitly marked deprecated here void g_atexit (GVoidFunc func); ^ 2 warnings generated. 2 warnings generated. 1 warning generated. CC libedataserver_1_2_la-e-url.lo CC libedataserver_1_2_la-e-data-server-util.lo CC libedataserver_1_2_la-e-xml-utils.lo CC libedataserver_1_2_la-e-xml-hash-utils.lo CC libedataserver_1_2_la-eds-version.lo CC test_source_list-test-source-list.o cp libedataserver.pc libedataserver-1.2.pc e-data-server-util.c:276:17: warning: 'g_unicode_canonical_decomposition' is deprecated [-Wdeprecated-declarations] if ((decomp = g_unicode_canonical_decomposition (ch, &dlen))) { ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/gunicode.h:709:11: note: 'g_unicode_canonical_decomposition' has been explicitly marked deprecated here gunichar *g_unicode_canonical_decomposition (gunichar ch, ^ 1 warning generated. CCLD libedataserver-1.2.la CCLD test-source-list gmake[2]: Leaving directory '/data/scratch/mail/evolution-data-server/work/evolution-data-server-2.32.3/libedataserver' Making all in libebackend gmake[2]: Entering directory '/data/scratch/mail/evolution-data-server/work/evolution-data-server-2.32.3/libebackend' cp libebackend.pc libebackend-1.2.pc CC libebackend_1_2_la-e-offline-listener.lo CC libebackend_1_2_la-e-dbhash.lo CC libebackend_1_2_la-e-db3-utils.lo CC libebackend_1_2_la-e-file-cache.lo CC libebackend_1_2_la-e-data-server-module.lo CCLD libebackend-1.2.la gmake[2]: Leaving directory '/data/scratch/mail/evolution-data-server/work/evolution-data-server-2.32.3/libebackend' Making all in servers gmake[2]: Entering directory '/data/scratch/mail/evolution-data-server/work/evolution-data-server-2.32.3/servers' Making all in groupwise gmake[3]: Entering directory '/data/scratch/mail/evolution-data-server/work/evolution-data-server-2.32.3/servers/groupwise' echo "const char *build_timestamp = \"Evolution-Data-Server-2.32-`date +%F`\";" > build-timestamp.h /usr/pkg/bin/gmake all-am gmake[4]: Entering directory '/data/scratch/mail/evolution-data-server/work/evolution-data-server-2.32.3/servers/groupwise' CC libegroupwise_1_2_la-e-gw-container.lo CC libegroupwise_1_2_la-e-gw-item.lo CC libegroupwise_1_2_la-e-gw-sendoptions.lo CC libegroupwise_1_2_la-e-gw-message.lo cp libegroupwise.pc libegroupwise-1.2.pc CC libegroupwise_1_2_la-e-gw-filter.lo CC libegroupwise_1_2_la-e-gw-connection.lo CC libegroupwise_1_2_la-e-gw-proxy.lo CC libegroupwise_1_2_la-soup-soap-response.lo CC libegroupwise_1_2_la-soup-soap-message.lo CC create_account-create-account.o CC soap_test-soap-test.o CC libegroupwise_1_2_la-e-gw-recur-utils.lo create-account.c:54:2: warning: 'g_type_init' is deprecated [-Wdeprecated-declarations] g_type_init (); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/gobject/gtype.h:681:23: note: 'g_type_init' has been explicitly marked deprecated here void g_type_init (void); ^ soap-test.c:51:2: warning: 'g_type_init' is deprecated [-Wdeprecated-declarations] g_type_init (); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/gobject/gtype.h:681:23: note: 'g_type_init' has been explicitly marked deprecated here void g_type_init (void); ^ soap-test.c:52:2: warning: 'g_thread_init' is deprecated [-Wdeprecated-declarations] g_thread_init (NULL); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:265:10: note: 'g_thread_init' has been explicitly marked deprecated here void g_thread_init (gpointer vtable); ^ 1 warning generated. CCLD create-account 2 warnings generated. e-gw-item.c:3182:14: warning: address of array 'rrule->by_month_day' will always evaluate to 'true' [-Wpointer-bool-conversion] if (rrule->by_month_day) { ~~ ~~~~~~~^~~~~~~~~~~~ e-gw-item.c:3198:13: warning: address of array 'rrule->by_year_day' will always evaluate to 'true' [-Wpointer-bool-conversion] if (rrule->by_year_day) { ~~ ~~~~~~~^~~~~~~~~~~ e-gw-item.c:3213:14: warning: address of array 'rrule->by_month' will always evaluate to 'true' [-Wpointer-bool-conversion] if (rrule->by_month) { ~~ ~~~~~~~^~~~~~~~ e-gw-connection.c:347:4: warning: 'g_mutex_free' is deprecated [-Wdeprecated-declarations] g_mutex_free (priv->reauth_mutex); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:279:17: note: 'g_mutex_free' has been explicitly marked deprecated here void g_mutex_free (GMutex *mutex); ^ e-gw-connection.c:352:4: warning: 'g_mutex_free' is deprecated [-Wdeprecated-declarations] g_mutex_free (priv->msg_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:279:17: note: 'g_mutex_free' has been explicitly marked deprecated here void g_mutex_free (GMutex *mutex); ^ e-gw-connection.c:448:23: warning: 'soup_session_sync_new_with_options' is deprecated [-Wdeprecated-declarations] priv->soup_session = soup_session_sync_new_with_options (SOUP_SESSION_TIMEOUT, timeout, NULL); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/libsoup-2.4/libsoup/soup-session-sync.h:54:14: note: 'soup_session_sync_new_with_options' has been explicitly marked deprecated here SoupSession *soup_session_sync_new_with_options (const char *optname1, ^ e-gw-connection.c:449:23: warning: 'g_mutex_new' is deprecated [-Wdeprecated-declarations] priv->reauth_mutex = g_mutex_new (); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:277:17: note: 'g_mutex_new' has been explicitly marked deprecated here GMutex * g_mutex_new (void); ^ e-gw-connection.c:450:19: warning: 'g_mutex_new' is deprecated [-Wdeprecated-declarations] priv->msg_lock = g_mutex_new (); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:277:17: note: 'g_mutex_new' has been explicitly marked deprecated here GMutex * g_mutex_new (void); ^ e-gw-connection.c:504:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] g_static_mutex_lock (&connecting); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:143:19: note: expanded from macro 'g_static_mutex_lock' g_mutex_lock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ e-gw-connection.c:517:4: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] g_static_mutex_unlock (&connecting); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ e-gw-connection.c:540:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] g_static_mutex_unlock (&connecting); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ e-gw-connection.c:580:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] g_static_mutex_unlock (&connecting); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ e-gw-connection.c:641:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] g_static_mutex_unlock (&connecting); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ e-gw-message.c:113:25: warning: 'soup_message_headers_get' is deprecated [-Wdeprecated-declarations] const gchar *header = soup_message_headers_get (SOUP_MESSAGE (msg)->request_headers, "SOAPAction"); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/libsoup-2.4/libsoup/soup-message-headers.h:51:21: note: 'soup_message_headers_get' has been explicitly marked deprecated here const char *soup_message_headers_get (SoupMessageHeaders *hdrs, ^ e-gw-connection.c:1909:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] g_static_mutex_lock (&connecting); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:143:19: note: expanded from macro 'g_static_mutex_lock' g_mutex_lock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ e-gw-connection.c:1913:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] g_static_mutex_unlock (&connecting); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ e-gw-connection.c:1920:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] g_static_mutex_unlock (&connecting); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ e-gw-connection.c:1930:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] g_static_mutex_unlock (&connecting); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ e-gw-connection.c:1941:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] g_static_mutex_unlock (&connecting); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ e-gw-connection.c:1949:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] g_static_mutex_unlock (&connecting); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ e-gw-connection.c:1986:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] g_static_mutex_unlock (&connecting); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ e-gw-connection.c:2087:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] g_static_mutex_lock (&connecting); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:143:19: note: expanded from macro 'g_static_mutex_lock' g_mutex_lock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ e-gw-connection.c:2092:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] g_static_mutex_unlock (&connecting); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ e-gw-connection.c:2100:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] g_static_mutex_unlock (&connecting); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ e-gw-connection.c:2109:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] g_static_mutex_unlock (&connecting); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ e-gw-connection.c:2119:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] g_static_mutex_unlock (&connecting); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ e-gw-connection.c:2127:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] g_static_mutex_unlock (&connecting); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ e-gw-connection.c:2136:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] g_static_mutex_unlock (&connecting); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ e-gw-connection.c:2155:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] g_static_mutex_lock (&connecting); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:143:19: note: expanded from macro 'g_static_mutex_lock' g_mutex_lock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ e-gw-connection.c:2160:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] g_static_mutex_unlock (&connecting); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ e-gw-connection.c:2168:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] g_static_mutex_unlock (&connecting); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ e-gw-connection.c:2177:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] g_static_mutex_unlock (&connecting); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ e-gw-connection.c:2187:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] g_static_mutex_unlock (&connecting); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ e-gw-connection.c:2196:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] g_static_mutex_unlock (&connecting); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ e-gw-connection.c:2233:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] g_static_mutex_unlock (&connecting); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ 1 warning generated. e-gw-connection.c:4074:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] g_static_mutex_lock (&connecting); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:143:19: note: expanded from macro 'g_static_mutex_lock' g_mutex_lock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ e-gw-connection.c:4096:4: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] g_static_mutex_unlock (&connecting); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ e-gw-connection.c:4112:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] g_static_mutex_unlock (&connecting); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ e-gw-connection.c:4124:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] g_static_mutex_unlock (&connecting); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ e-gw-connection.c:4186:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] g_static_mutex_unlock (&connecting); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ 3 warnings generated. 36 warnings generated. CCLD libegroupwise-1.2.la CCLD soap-test gmake[4]: Leaving directory '/data/scratch/mail/evolution-data-server/work/evolution-data-server-2.32.3/servers/groupwise' gmake[3]: Leaving directory '/data/scratch/mail/evolution-data-server/work/evolution-data-server-2.32.3/servers/groupwise' gmake[3]: Entering directory '/data/scratch/mail/evolution-data-server/work/evolution-data-server-2.32.3/servers' gmake[3]: Nothing to be done for 'all-am'. gmake[3]: Leaving directory '/data/scratch/mail/evolution-data-server/work/evolution-data-server-2.32.3/servers' gmake[2]: Leaving directory '/data/scratch/mail/evolution-data-server/work/evolution-data-server-2.32.3/servers' Making all in camel gmake[2]: Entering directory '/data/scratch/mail/evolution-data-server/work/evolution-data-server-2.32.3/camel' /usr/pkg/bin/gmake all-recursive gmake[3]: Entering directory '/data/scratch/mail/evolution-data-server/work/evolution-data-server-2.32.3/camel' Making all in . gmake[4]: Entering directory '/data/scratch/mail/evolution-data-server/work/evolution-data-server-2.32.3/camel' CC libcamel_1_2_la-camel-marshal.lo CC libcamel_1_2_la-camel-block-file.lo CC libcamel_1_2_la-camel-certdb.lo CC libcamel_1_2_la-camel-charset-map.lo CC libcamel_1_2_la-camel-data-cache.lo CC libcamel_1_2_la-camel-data-wrapper.lo CC libcamel_1_2_la-camel-db.lo CC libcamel_1_2_la-camel-debug.lo CC libcamel_1_2_la-camel-iconv.lo CC libcamel_1_2_la-camel-index.lo CC libcamel_1_2_la-camel-file-utils.lo CC libcamel_1_2_la-camel-address.lo CC libcamel_1_2_la-camel-html-parser.lo CC libcamel_1_2_la-camel-junk-plugin.lo CC libcamel_1_2_la-camel-internet-address.lo CC libcamel_1_2_la-camel-list-utils.lo camel-debug.c:127:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] g_static_mutex_lock (&debug_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:143:19: note: expanded from macro 'g_static_mutex_lock' g_mutex_lock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-debug.c:145:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] g_static_mutex_unlock (&debug_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ 2 warnings generated. camel-iconv.c:266:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] LOCK(); ^ camel-iconv.c:49:16: note: expanded from macro 'LOCK' #define LOCK() g_static_mutex_lock(&lock) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:143:19: note: expanded from macro 'g_static_mutex_lock' g_mutex_lock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-iconv.c:270:4: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] UNLOCK(); ^ camel-iconv.c:50:18: note: expanded from macro 'UNLOCK' #define UNLOCK() g_static_mutex_unlock(&lock) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-iconv.c:343:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] UNLOCK(); ^ camel-iconv.c:50:18: note: expanded from macro 'UNLOCK' #define UNLOCK() g_static_mutex_unlock(&lock) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-iconv.c:361:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] UNLOCK(); ^ camel-iconv.c:50:18: note: expanded from macro 'UNLOCK' #define UNLOCK() g_static_mutex_unlock(&lock) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-iconv.c:418:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] UNLOCK(); ^ camel-iconv.c:50:18: note: expanded from macro 'UNLOCK' #define UNLOCK() g_static_mutex_unlock(&lock) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-iconv.c:464:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] LOCK(); ^ camel-iconv.c:49:16: note: expanded from macro 'LOCK' #define LOCK() g_static_mutex_lock(&lock) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:143:19: note: expanded from macro 'g_static_mutex_lock' g_mutex_lock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-iconv.c:511:14: warning: passing 'gchar **' (aka 'char **') to parameter of type 'const char **' discards qualifiers in nested pointer types [-Wincompatible-pointer-types-discards-qualifiers] iconv(ip, &buggy_iconv_buf, &buggy_iconv_len, &buggy_iconv_buf, &buggy_iconv_len); ^~~~~~~~~~~~~~~~ /usr/include/iconv.h:46:47: note: passing argument to parameter here size_t iconv(iconv_t, const char ** __restrict, ^ camel-iconv.c:534:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] UNLOCK(); ^ camel-iconv.c:50:18: note: expanded from macro 'UNLOCK' #define UNLOCK() g_static_mutex_unlock(&lock) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-iconv.c:543:19: warning: passing 'gchar **' (aka 'char **') to parameter of type 'const char **' discards qualifiers in nested pointer types [-Wincompatible-pointer-types-discards-qualifiers] return iconv(cd, (gchar **) inbuf, inbytesleft, outbuf, outbytesleft); ^~~~~~~~~~~~~~~~ /usr/include/iconv.h:46:47: note: passing argument to parameter here size_t iconv(iconv_t, const char ** __restrict, ^ camel-iconv.c:554:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] LOCK(); ^ camel-iconv.c:49:16: note: expanded from macro 'LOCK' #define LOCK() g_static_mutex_lock(&lock) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:143:19: note: expanded from macro 'g_static_mutex_lock' g_mutex_lock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-iconv.c:565:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] UNLOCK(); ^ camel-iconv.c:50:18: note: expanded from macro 'UNLOCK' #define UNLOCK() g_static_mutex_unlock(&lock) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-db.c:285:18: warning: 'g_thread_create' is deprecated [-Wdeprecated-declarations] cFile->thread = g_thread_create ( ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:104:10: note: 'g_thread_create' has been explicitly marked deprecated here GThread *g_thread_create (GThreadFunc func, ^ camel-db.c:292:2: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations] g_static_rec_mutex_lock (&only_once_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179:10: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here void g_static_rec_mutex_lock (GStaticRecMutex *mutex); ^ camel-db.c:322:2: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] g_static_rec_mutex_unlock (&only_once_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-db.c:426:23: warning: array subscript is of type 'char' [-Wchar-subscripts] } else if (word && tolower (c) == tolower(what[j])) { ^~~~~~~~~~~ /usr/include/sys/ctype_inline.h:59:46: note: expanded from macro 'tolower' #define tolower(c) ((int)((_tolower_tab_ + 1)[(c)])) ^~~~ camel-db.c:426:38: warning: array subscript is of type 'char' [-Wchar-subscripts] } else if (word && tolower (c) == tolower(what[j])) { ^~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:59:46: note: expanded from macro 'tolower' #define tolower(c) ((int)((_tolower_tab_ + 1)[(c)])) ^~~~ camel-db.c:428:47: warning: array subscript is of type 'char' [-Wchar-subscripts] if (what[j] == 0 && (where[i + 1] == 0 || isspace (where[i + 1]))) ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:56:44: note: expanded from macro 'isspace' #define isspace(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_S)) ^~~~ camel-db.c:479:14: warning: 'g_mutex_new' is deprecated [-Wdeprecated-declarations] cdb->lock = g_mutex_new (); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:277:17: note: 'g_mutex_new' has been explicitly marked deprecated here GMutex * g_mutex_new (void); ^ camel-html-parser.c:568:15: warning: array subscript is of type 'char' [-Wchar-subscripts] } else if (isalnum(c) || c=='#') { /* FIXME: right type */ ^~~~~~~~~~ /usr/include/sys/ctype_inline.h:48:44: note: expanded from macro 'isalnum' #define isalnum(c) ((int)((_ctype_tab_ + 1)[(c)] & (_CTYPE_A|_CTYPE_D))) ^~~~ camel-html-parser.c:729:15: warning: array subscript is of type 'char' [-Wchar-subscripts] } else if (isalnum(c) || c=='#') { /* FIXME: right type */ ^~~~~~~~~~ /usr/include/sys/ctype_inline.h:48:44: note: expanded from macro 'isalnum' #define isalnum(c) ((int)((_ctype_tab_ + 1)[(c)] & (_CTYPE_A|_CTYPE_D))) ^~~~ camel-db.c:531:3: warning: 'g_mutex_free' is deprecated [-Wdeprecated-declarations] g_mutex_free (cdb->lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:279:17: note: 'g_mutex_free' has been explicitly marked deprecated here void g_mutex_free (GMutex *mutex); ^ camel-db.c:595:3: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations] g_static_rec_mutex_lock (&trans_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179:10: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here void g_static_rec_mutex_lock (GStaticRecMutex *mutex); ^ camel-db.c:620:3: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] g_static_rec_mutex_unlock (&trans_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-db.c:641:3: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] g_static_rec_mutex_unlock (&trans_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-certdb.c:88:2: warning: 'g_mutex_free' is deprecated [-Wdeprecated-declarations] g_mutex_free (priv->db_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:279:17: note: 'g_mutex_free' has been explicitly marked deprecated here void g_mutex_free (GMutex *mutex); ^ camel-certdb.c:89:2: warning: 'g_mutex_free' is deprecated [-Wdeprecated-declarations] g_mutex_free (priv->io_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:279:17: note: 'g_mutex_free' has been explicitly marked deprecated here void g_mutex_free (GMutex *mutex); ^ camel-certdb.c:90:2: warning: 'g_mutex_free' is deprecated [-Wdeprecated-declarations] g_mutex_free (priv->alloc_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:279:17: note: 'g_mutex_free' has been explicitly marked deprecated here void g_mutex_free (GMutex *mutex); ^ camel-certdb.c:91:2: warning: 'g_mutex_free' is deprecated [-Wdeprecated-declarations] g_mutex_free (priv->ref_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:279:17: note: 'g_mutex_free' has been explicitly marked deprecated here void g_mutex_free (GMutex *mutex); ^ camel-certdb.c:134:26: warning: 'g_mutex_new' is deprecated [-Wdeprecated-declarations] certdb->priv->db_lock = g_mutex_new (); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:277:17: note: 'g_mutex_new' has been explicitly marked deprecated here GMutex * g_mutex_new (void); ^ camel-certdb.c:135:26: warning: 'g_mutex_new' is deprecated [-Wdeprecated-declarations] certdb->priv->io_lock = g_mutex_new (); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:277:17: note: 'g_mutex_new' has been explicitly marked deprecated here GMutex * g_mutex_new (void); ^ camel-certdb.c:136:29: warning: 'g_mutex_new' is deprecated [-Wdeprecated-declarations] certdb->priv->alloc_lock = g_mutex_new (); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:277:17: note: 'g_mutex_new' has been explicitly marked deprecated here GMutex * g_mutex_new (void); ^ camel-certdb.c:137:27: warning: 'g_mutex_new' is deprecated [-Wdeprecated-declarations] certdb->priv->ref_lock = g_mutex_new (); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:277:17: note: 'g_mutex_new' has been explicitly marked deprecated here GMutex * g_mutex_new (void); ^ camel-certdb.c:152:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] g_static_mutex_lock (&default_certdb_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:143:19: note: expanded from macro 'g_static_mutex_lock' g_mutex_lock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-certdb.c:162:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] g_static_mutex_unlock (&default_certdb_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-certdb.c:170:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] g_static_mutex_lock (&default_certdb_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:143:19: note: expanded from macro 'g_static_mutex_lock' g_mutex_lock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-certdb.c:177:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] g_static_mutex_unlock (&default_certdb_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ 11 warnings generated. camel-data-wrapper.c:73:2: warning: 'g_static_mutex_free' is deprecated [-Wdeprecated-declarations] g_static_mutex_free (&data_wrapper->priv->stream_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:152:9: note: 'g_static_mutex_free' has been explicitly marked deprecated here void g_static_mutex_free (GStaticMutex *mutex); ^ camel-data-wrapper.c:230:2: warning: 'g_static_mutex_init' is deprecated [-Wdeprecated-declarations] g_static_mutex_init (&data_wrapper->priv->stream_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:150:9: note: 'g_static_mutex_init' has been explicitly marked deprecated here void g_static_mutex_init (GStaticMutex *mutex); ^ camel-block-file.c:156:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] LOCK(block_file_lock); ^ camel-block-file.c:62:17: note: expanded from macro 'LOCK' #define LOCK(x) g_static_mutex_lock(&x) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:143:19: note: expanded from macro 'g_static_mutex_lock' g_mutex_lock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-block-file.c:160:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] UNLOCK(block_file_lock); ^ camel-block-file.c:63:19: note: expanded from macro 'UNLOCK' #define UNLOCK(x) g_static_mutex_unlock(&x) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-block-file.c:180:2: warning: 'g_static_mutex_free' is deprecated [-Wdeprecated-declarations] g_static_mutex_free (&p->io_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:152:9: note: 'g_static_mutex_free' has been explicitly marked deprecated here void g_static_mutex_free (GStaticMutex *mutex); ^ camel-block-file.c:181:2: warning: 'g_static_mutex_free' is deprecated [-Wdeprecated-declarations] g_static_mutex_free (&p->cache_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:152:9: note: 'g_static_mutex_free' has been explicitly marked deprecated here void g_static_mutex_free (GStaticMutex *mutex); ^ camel-block-file.c:182:2: warning: 'g_static_mutex_free' is deprecated [-Wdeprecated-declarations] g_static_mutex_free (&p->root_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:152:9: note: 'g_static_mutex_free' has been explicitly marked deprecated here void g_static_mutex_free (GStaticMutex *mutex); ^ camel-block-file.c:224:2: warning: 'g_static_mutex_init' is deprecated [-Wdeprecated-declarations] g_static_mutex_init (&p->root_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:150:9: note: 'g_static_mutex_init' has been explicitly marked deprecated here void g_static_mutex_init (GStaticMutex *mutex); ^ camel-block-file.c:225:2: warning: 'g_static_mutex_init' is deprecated [-Wdeprecated-declarations] g_static_mutex_init (&p->cache_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:150:9: note: 'g_static_mutex_init' has been explicitly marked deprecated here void g_static_mutex_init (GStaticMutex *mutex); ^ camel-block-file.c:226:2: warning: 'g_static_mutex_init' is deprecated [-Wdeprecated-declarations] g_static_mutex_init (&p->io_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:150:9: note: 'g_static_mutex_init' has been explicitly marked deprecated here void g_static_mutex_init (GStaticMutex *mutex); ^ camel-block-file.c:229:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] LOCK(block_file_lock); ^ camel-block-file.c:62:17: note: expanded from macro 'LOCK' #define LOCK(x) g_static_mutex_lock(&x) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:143:19: note: expanded from macro 'g_static_mutex_lock' g_mutex_lock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-block-file.c:244:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] UNLOCK(block_file_lock); ^ camel-block-file.c:63:19: note: expanded from macro 'UNLOCK' #define UNLOCK(x) g_static_mutex_unlock(&x) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-block-file.c:264:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] CAMEL_BLOCK_FILE_LOCK(bs, io_lock); ^ camel-block-file.c:58:42: note: expanded from macro 'CAMEL_BLOCK_FILE_LOCK' #define CAMEL_BLOCK_FILE_LOCK(kf, lock) (g_static_mutex_lock(&(kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:143:19: note: expanded from macro 'g_static_mutex_lock' g_mutex_lock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-block-file.c:269:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] CAMEL_BLOCK_FILE_UNLOCK(bs, io_lock); ^ camel-block-file.c:60:44: note: expanded from macro 'CAMEL_BLOCK_FILE_UNLOCK' #define CAMEL_BLOCK_FILE_UNLOCK(kf, lock) (g_static_mutex_unlock(&(kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-block-file.c:278:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] CAMEL_BLOCK_FILE_UNLOCK(bs, io_lock); ^ camel-block-file.c:60:44: note: expanded from macro 'CAMEL_BLOCK_FILE_UNLOCK' #define CAMEL_BLOCK_FILE_UNLOCK(kf, lock) (g_static_mutex_unlock(&(kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-block-file.c:283:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] LOCK(block_file_lock); ^ camel-block-file.c:62:17: note: expanded from macro 'LOCK' #define LOCK(x) g_static_mutex_lock(&x) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:143:19: note: expanded from macro 'g_static_mutex_lock' g_mutex_lock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-block-file.c:297:8: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] if (CAMEL_BLOCK_FILE_TRYLOCK (bf, root_lock)) { ^ camel-block-file.c:59:45: note: expanded from macro 'CAMEL_BLOCK_FILE_TRYLOCK' #define CAMEL_BLOCK_FILE_TRYLOCK(kf, lock) (g_static_mutex_trylock(&(kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:145:22: note: expanded from macro 'g_static_mutex_trylock' g_mutex_trylock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-block-file.c:298:9: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] if (CAMEL_BLOCK_FILE_TRYLOCK (bf, cache_lock)) { ^ camel-block-file.c:59:45: note: expanded from macro 'CAMEL_BLOCK_FILE_TRYLOCK' #define CAMEL_BLOCK_FILE_TRYLOCK(kf, lock) (g_static_mutex_trylock(&(kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:145:22: note: expanded from macro 'g_static_mutex_trylock' g_mutex_trylock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-block-file.c:299:10: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] if (CAMEL_BLOCK_FILE_TRYLOCK (bf, io_lock)) { ^ camel-block-file.c:59:45: note: expanded from macro 'CAMEL_BLOCK_FILE_TRYLOCK' #define CAMEL_BLOCK_FILE_TRYLOCK(kf, lock) (g_static_mutex_trylock(&(kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:145:22: note: expanded from macro 'g_static_mutex_trylock' g_mutex_trylock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-data-wrapper.c:472:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] g_static_mutex_lock (&data_wrapper->priv->stream_lock); ^ camel-block-file.c:305:7: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:143:19: note: expanded from macro 'g_static_mutex_lock' CAMEL_BLOCK_FILE_UNLOCK(bf, io_lock); ^ camel-block-file.c:60:44: note g_mutex_lock (g_static_mutex_get_mutex (mutex)): expanded from macro 'CAMEL_BLOCK_FILE_UNLOCK' ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define CAMEL_BLOCK_FILE_UNLOCK(kf, lock) (g_static_mutex_unlock(&(kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ expanded from macro 'g_static_mutex_unlock' /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: g_mutex_unlock (g_static_mutex_get_mutex (mutex))note: ^'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-block-file.c:307:6: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] CAMEL_BLOCK_FILE_UNLOCK(bf, cache_lock); ^ camel-block-file.c:60:44: note: expanded from macro 'CAMEL_BLOCK_FILE_UNLOCK' #define CAMEL_BLOCK_FILE_UNLOCK(kf, lock) (g_static_mutex_unlock(&(kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-block-file.c:309:5: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] CAMEL_BLOCK_FILE_UNLOCK(bf, root_lock); ^ camel-block-file.c:60:44: note: expanded from macro 'CAMEL_BLOCK_FILE_UNLOCK' #define CAMEL_BLOCK_FILE_UNLOCK(kf, lock) (g_static_mutex_unlock(&(kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-block-file.c:316:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] UNLOCK(block_file_lock); ^ camel-block-file.c:63:19: note: expanded from macro 'UNLOCK' #define UNLOCK(x) g_static_mutex_unlock(&x) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-data-wrapper.c:497:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] g_static_mutex_unlock (&data_wrapper->priv->stream_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' camel-block-file.c:324#define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl: 2 ^ : warning/data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h: :'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations]154 :9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here LOCK(block_file_lock); ^ camel-block-file.c:62:17: note: expanded from macro 'LOCK' GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ #define LOCK(x) g_static_mutex_lock(&x) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:143:19: note: expanded from macro 'g_static_mutex_lock' g_mutex_lock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-block-file.c:327:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] UNLOCK(block_file_lock); ^ camel-block-file.c:63:19: note: expanded from macro 'UNLOCK' #define UNLOCK(x) g_static_mutex_unlock(&x) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-block-file.c:329:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] CAMEL_BLOCK_FILE_UNLOCK(bs, io_lock); ^ camel-block-file.c:60:44: note: expanded from macro 'CAMEL_BLOCK_FILE_UNLOCK' #define CAMEL_BLOCK_FILE_UNLOCK(kf, lock) (g_static_mutex_unlock(&(kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-block-file.c:412:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] CAMEL_BLOCK_FILE_LOCK(bs, io_lock); ^ camel-block-file.c:58:42: note: expanded from macro 'CAMEL_BLOCK_FILE_LOCK' #define CAMEL_BLOCK_FILE_LOCK(kf, lock) (g_static_mutex_lock(&(kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:143:19: note: expanded from macro 'g_static_mutex_lock' g_mutex_lock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-block-file.c:430:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] CAMEL_BLOCK_FILE_UNLOCK(bs, io_lock); ^ camel-block-file.c:60:44: note: expanded from macro 'CAMEL_BLOCK_FILE_UNLOCK' #define CAMEL_BLOCK_FILE_UNLOCK(kf, lock) (g_static_mutex_unlock(&(kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-block-file.c:442:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] CAMEL_BLOCK_FILE_LOCK(bs, io_lock); ^ camel-block-file.c:58:42: note: expanded from macro 'CAMEL_BLOCK_FILE_LOCK' #define CAMEL_BLOCK_FILE_LOCK(kf, lock) (g_static_mutex_lock(&(kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:143:19: note: expanded from macro 'g_static_mutex_lock' g_mutex_lock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-block-file.c:445:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] LOCK(block_file_lock); ^ camel-block-file.c:62:17: note: expanded from macro 'LOCK' #define LOCK(x) g_static_mutex_lock(&x) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:143:19: note: expanded from macro 'g_static_mutex_lock' g_mutex_lock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-block-file.c:447:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] UNLOCK(block_file_lock); ^ camel-block-file.c:63:19: note: expanded from macro 'UNLOCK' #define UNLOCK(x) g_static_mutex_unlock(&x) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-block-file.c:455:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] CAMEL_BLOCK_FILE_UNLOCK(bs, io_lock); ^ camel-block-file.c:60:44: note: expanded from macro 'CAMEL_BLOCK_FILE_UNLOCK' #define CAMEL_BLOCK_FILE_UNLOCK(kf, lock) (g_static_mutex_unlock(&(kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-block-file.c:477:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] CAMEL_BLOCK_FILE_LOCK(bs, root_lock); ^ camel-block-file.c:58:42: note: expanded from macro 'CAMEL_BLOCK_FILE_LOCK' #define CAMEL_BLOCK_FILE_LOCK(kf, lock) (g_static_mutex_lock(&(kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:143:19: note: expanded from macro 'g_static_mutex_lock' g_mutex_lock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-block-file.c:496:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] CAMEL_BLOCK_FILE_UNLOCK(bs, root_lock); ^ camel-block-file.c:60:44: note: expanded from macro 'CAMEL_BLOCK_FILE_UNLOCK' #define CAMEL_BLOCK_FILE_UNLOCK(kf, lock) (g_static_mutex_unlock(&(kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-block-file.c:520:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] CAMEL_BLOCK_FILE_LOCK(bs, root_lock); ^ camel-block-file.c:58:42: note: expanded from macro 'CAMEL_BLOCK_FILE_LOCK' #define CAMEL_BLOCK_FILE_LOCK(kf, lock) (g_static_mutex_lock(&(kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:143:19: note: expanded from macro 'g_static_mutex_lock' g_mutex_lock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-block-file.c:528:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] CAMEL_BLOCK_FILE_UNLOCK(bs, root_lock); ^ camel-block-file.c:60:44: note: expanded from macro 'CAMEL_BLOCK_FILE_UNLOCK' #define CAMEL_BLOCK_FILE_UNLOCK(kf, lock) (g_static_mutex_unlock(&(kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-block-file.c:560:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] CAMEL_BLOCK_FILE_LOCK(bs, cache_lock); ^ camel-block-file.c:58:42: note: expanded from macro 'CAMEL_BLOCK_FILE_LOCK' #define CAMEL_BLOCK_FILE_LOCK(kf, lock) (g_static_mutex_lock(&(kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:143:19: note: expanded from macro 'g_static_mutex_lock' g_mutex_lock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-block-file.c:569:4: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] CAMEL_BLOCK_FILE_UNLOCK(bs, cache_lock); ^ camel-block-file.c:60:44: note: expanded from macro 'CAMEL_BLOCK_FILE_UNLOCK' #define CAMEL_BLOCK_FILE_UNLOCK(kf, lock) (g_static_mutex_unlock(&(kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-block-file.c:578:4: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] CAMEL_BLOCK_FILE_UNLOCK(bs, cache_lock); ^ camel-block-file.c:60:44: note: expanded from macro 'CAMEL_BLOCK_FILE_UNLOCK' #define CAMEL_BLOCK_FILE_UNLOCK(kf, lock) (g_static_mutex_unlock(&(kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-block-file.c:610:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] CAMEL_BLOCK_FILE_UNLOCK(bs, cache_lock); ^ camel-block-file.c:60:44: note: expanded from macro 'CAMEL_BLOCK_FILE_UNLOCK' #define CAMEL_BLOCK_FILE_UNLOCK(kf, lock) (g_static_mutex_unlock(&(kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-block-file.c:633:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] CAMEL_BLOCK_FILE_LOCK(bs, cache_lock); ^ camel-block-file.c:58:42: note: expanded from macro 'CAMEL_BLOCK_FILE_LOCK' #define CAMEL_BLOCK_FILE_LOCK(kf, lock) (g_static_mutex_lock(&(kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:143:19: note: expanded from macro 'g_static_mutex_lock' g_mutex_lock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-block-file.c:639:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] CAMEL_BLOCK_FILE_UNLOCK(bs, cache_lock); ^ camel-block-file.c:60:44: note: expanded from macro 'CAMEL_BLOCK_FILE_UNLOCK' #define CAMEL_BLOCK_FILE_UNLOCK(kf, lock) (g_static_mutex_unlock(&(kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-block-file.c:655:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] CAMEL_BLOCK_FILE_LOCK(bs, cache_lock); ^ camel-block-file.c:58:42: note: expanded from macro 'CAMEL_BLOCK_FILE_LOCK' #define CAMEL_BLOCK_FILE_LOCK(kf, lock) (g_static_mutex_lock(&(kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:143:19: note: expanded from macro 'g_static_mutex_lock' g_mutex_lock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-block-file.c:661:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] CAMEL_BLOCK_FILE_UNLOCK(bs, cache_lock); ^ camel-block-file.c:60:44: note: expanded from macro 'CAMEL_BLOCK_FILE_UNLOCK' #define CAMEL_BLOCK_FILE_UNLOCK(kf, lock) (g_static_mutex_unlock(&(kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-block-file.c:678:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] CAMEL_BLOCK_FILE_LOCK(bs, root_lock); ^ camel-block-file.c:58:42: note: expanded from macro 'CAMEL_BLOCK_FILE_LOCK' #define CAMEL_BLOCK_FILE_LOCK(kf, lock) (g_static_mutex_lock(&(kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:143:19: note: expanded from macro 'g_static_mutex_lock' g_mutex_lock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-block-file.c:679:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] CAMEL_BLOCK_FILE_LOCK(bs, cache_lock); ^ camel-block-file.c:58:42: note: expanded from macro 'CAMEL_BLOCK_FILE_LOCK' #define CAMEL_BLOCK_FILE_LOCK(kf, lock) (g_static_mutex_lock(&(kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:143:19: note: expanded from macro 'g_static_mutex_lock' g_mutex_lock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-block-file.c:690:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] CAMEL_BLOCK_FILE_UNLOCK(bs, cache_lock); ^ camel-block-file.c:60:44: note: expanded from macro 'CAMEL_BLOCK_FILE_UNLOCK' #define CAMEL_BLOCK_FILE_UNLOCK(kf, lock) (g_static_mutex_unlock(&(kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-block-file.c:691:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] CAMEL_BLOCK_FILE_UNLOCK(bs, root_lock); ^ camel-block-file.c:60:44: note: expanded from macro 'CAMEL_BLOCK_FILE_UNLOCK' #define CAMEL_BLOCK_FILE_UNLOCK(kf, lock) (g_static_mutex_unlock(&(kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-block-file.c:711:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] CAMEL_BLOCK_FILE_LOCK(bs, cache_lock); ^ camel-block-file.c:58:42: note: expanded from macro 'CAMEL_BLOCK_FILE_LOCK' #define CAMEL_BLOCK_FILE_LOCK(kf, lock) (g_static_mutex_lock(&(kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:143:19: note: expanded from macro 'g_static_mutex_lock' g_mutex_lock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-block-file.c:718:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] CAMEL_BLOCK_FILE_UNLOCK(bs, cache_lock); ^ camel-block-file.c:60:44: note: expanded from macro 'CAMEL_BLOCK_FILE_UNLOCK' #define CAMEL_BLOCK_FILE_UNLOCK(kf, lock) (g_static_mutex_unlock(&(kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-block-file.c:812:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] CAMEL_BLOCK_FILE_LOCK(bs, root_lock); ^ camel-block-file.c:58:42: note: expanded from macro 'CAMEL_BLOCK_FILE_LOCK' #define CAMEL_BLOCK_FILE_LOCK(kf, lock) (g_static_mutex_lock(&(kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:143:19: note: expanded from macro 'g_static_mutex_lock' g_mutex_lock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-block-file.c:813:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] CAMEL_BLOCK_FILE_LOCK(bs, cache_lock); ^ camel-block-file.c:58:42: note: expanded from macro 'CAMEL_BLOCK_FILE_LOCK' #define CAMEL_BLOCK_FILE_LOCK(kf, lock) (g_static_mutex_lock(&(kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:143:19: note: expanded from macro 'g_static_mutex_lock' g_mutex_lock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-block-file.c:823:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] CAMEL_BLOCK_FILE_UNLOCK(bs, cache_lock); ^ camel-block-file.c:60:44: note: expanded from macro 'CAMEL_BLOCK_FILE_UNLOCK' #define CAMEL_BLOCK_FILE_UNLOCK(kf, lock) (g_static_mutex_unlock(&(kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-block-file.c:824:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] CAMEL_BLOCK_FILE_UNLOCK(bs, root_lock); ^ camel-block-file.c:60:44: note: expanded from macro 'CAMEL_BLOCK_FILE_UNLOCK' #define CAMEL_BLOCK_FILE_UNLOCK(kf, lock) (g_static_mutex_unlock(&(kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-block-file.c:860:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] LOCK(key_file_lock); ^ camel-block-file.c:62:17: note: expanded from macro 'LOCK' #define LOCK(x) g_static_mutex_lock(&x) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:143:19: note: expanded from macro 'g_static_mutex_lock' g_mutex_lock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-block-file.c:868:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] UNLOCK(key_file_lock); ^ camel-block-file.c:63:19: note: expanded from macro 'UNLOCK' #define UNLOCK(x) g_static_mutex_unlock(&x) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-block-file.c:872:2: warning: 'g_static_mutex_free' is deprecated [-Wdeprecated-declarations] g_static_mutex_free (&p->lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:152:9: note: 'g_static_mutex_free' has been explicitly marked deprecated here void g_static_mutex_free (GStaticMutex *mutex); ^ camel-block-file.c:897:2: warning: 'g_static_mutex_init' is deprecated [-Wdeprecated-declarations] g_static_mutex_init (&p->lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:150:9: note: 'g_static_mutex_init' has been explicitly marked deprecated here void g_static_mutex_init (GStaticMutex *mutex); ^ camel-block-file.c:899:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] LOCK(key_file_lock); ^ camel-block-file.c:62:17: note: expanded from macro 'LOCK' #define LOCK(x) g_static_mutex_lock(&x) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:143:19: note: expanded from macro 'g_static_mutex_lock' g_mutex_lock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-block-file.c:901:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] UNLOCK(key_file_lock); ^ camel-block-file.c:63:19: note: expanded from macro 'UNLOCK' #define UNLOCK(x) g_static_mutex_unlock(&x) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-block-file.c:924:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] CAMEL_KEY_FILE_LOCK(bs, lock); ^ camel-block-file.c:840:40: note: expanded from macro 'CAMEL_KEY_FILE_LOCK' #define CAMEL_KEY_FILE_LOCK(kf, lock) (g_static_mutex_lock(&(kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:143:19: note: expanded from macro 'g_static_mutex_lock' g_mutex_lock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-block-file.c:929:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] CAMEL_KEY_FILE_UNLOCK(bs, lock); ^ camel-block-file.c:842:42: note: expanded from macro 'CAMEL_KEY_FILE_UNLOCK' #define CAMEL_KEY_FILE_UNLOCK(kf, lock) (g_static_mutex_unlock(&(kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-block-file.c:946:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] CAMEL_KEY_FILE_UNLOCK(bs, lock); ^ camel-block-file.c:842:42: note: expanded from macro 'CAMEL_KEY_FILE_UNLOCK' #define CAMEL_KEY_FILE_UNLOCK(kf, lock) (g_static_mutex_unlock(&(kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-block-file.c:951:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] LOCK(key_file_lock); ^ camel-block-file.c:62:17: note: expanded from macro 'LOCK' #define LOCK(x) g_static_mutex_lock(&x) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:143:19: note: expanded from macro 'g_static_mutex_lock' g_mutex_lock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-block-file.c:965:8: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] if (CAMEL_BLOCK_FILE_TRYLOCK (bf, lock)) { ^ camel-block-file.c:59:45: note: expanded from macro 'CAMEL_BLOCK_FILE_TRYLOCK' #define CAMEL_BLOCK_FILE_TRYLOCK(kf, lock) (g_static_mutex_trylock(&(kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:145:22: note: expanded from macro 'g_static_mutex_trylock' g_mutex_trylock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-block-file.c:970:5: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] CAMEL_BLOCK_FILE_UNLOCK(bf, lock); ^ camel-block-file.c:60:44: note: expanded from macro 'CAMEL_BLOCK_FILE_UNLOCK' #define CAMEL_BLOCK_FILE_UNLOCK(kf, lock) (g_static_mutex_unlock(&(kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-block-file.c:977:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] UNLOCK(key_file_lock); ^ camel-block-file.c:63:19: note: expanded from macro 'UNLOCK' #define UNLOCK(x) g_static_mutex_unlock(&x) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-block-file.c:985:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] LOCK(key_file_lock); ^ camel-block-file.c:62:17: note: expanded from macro 'LOCK' #define LOCK(x) g_static_mutex_lock(&x) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:143:19: note: expanded from macro 'g_static_mutex_lock' g_mutex_lock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-block-file.c:988:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] UNLOCK(key_file_lock); ^ camel-block-file.c:63:19: note: expanded from macro 'UNLOCK' #define UNLOCK(x) g_static_mutex_unlock(&x) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-block-file.c:990:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] CAMEL_KEY_FILE_UNLOCK(bs, lock); ^ camel-block-file.c:842:42: note: expanded from macro 'CAMEL_KEY_FILE_UNLOCK' #define CAMEL_KEY_FILE_UNLOCK(kf, lock) (g_static_mutex_unlock(&(kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-block-file.c:1057:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] CAMEL_KEY_FILE_LOCK(kf, lock); ^ camel-block-file.c:840:40: note: expanded from macro 'CAMEL_KEY_FILE_LOCK' #define CAMEL_KEY_FILE_LOCK(kf, lock) (g_static_mutex_lock(&(kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:143:19: note: expanded from macro 'g_static_mutex_lock' g_mutex_lock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-block-file.c:1075:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] CAMEL_KEY_FILE_UNLOCK(kf, lock); ^ camel-block-file.c:842:42: note: expanded from macro 'CAMEL_KEY_FILE_UNLOCK' #define CAMEL_KEY_FILE_UNLOCK(kf, lock) (g_static_mutex_unlock(&(kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-block-file.c:1087:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] CAMEL_KEY_FILE_LOCK(kf, lock); ^ camel-block-file.c:840:40: note: expanded from macro 'CAMEL_KEY_FILE_LOCK' #define CAMEL_KEY_FILE_LOCK(kf, lock) (g_static_mutex_lock(&(kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:143:19: note: expanded from macro 'g_static_mutex_lock' g_mutex_lock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-block-file.c:1090:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] LOCK(key_file_lock); ^ camel-block-file.c:62:17: note: expanded from macro 'LOCK' #define LOCK(x) g_static_mutex_lock(&x) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:143:19: note: expanded from macro 'g_static_mutex_lock' g_mutex_lock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-block-file.c:1092:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] UNLOCK(key_file_lock); ^ camel-block-file.c:63:19: note: expanded from macro 'UNLOCK' #define UNLOCK(x) g_static_mutex_unlock(&x) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-block-file.c:1100:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] CAMEL_KEY_FILE_UNLOCK(kf, lock); ^ camel-block-file.c:842:42: note: expanded from macro 'CAMEL_KEY_FILE_UNLOCK' #define CAMEL_KEY_FILE_UNLOCK(kf, lock) (g_static_mutex_unlock(&(kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ 2 warnings generated. CC libcamel_1_2_la-camel-lock.lo 4 warnings generated. 12 warnings generated. 11 warnings generated. 74 warnings generated. CC libcamel_1_2_la-camel-medium.lo CC libcamel_1_2_la-camel-mempool.lo CC libcamel_1_2_la-camel-mime-filter-basic.lo CC libcamel_1_2_la-camel-mime-filter-bestenc.lo CC libcamel_1_2_la-camel-mime-filter-canon.lo CC libcamel_1_2_la-camel-mime-filter-charset.lo CC libcamel_1_2_la-camel-mime-filter-crlf.lo CC libcamel_1_2_la-camel-mime-filter-enriched.lo CC libcamel_1_2_la-camel-mime-filter-from.lo CC libcamel_1_2_la-camel-mime-filter-gzip.lo CC libcamel_1_2_la-camel-mime-filter-html.lo CC libcamel_1_2_la-camel-mime-filter-index.lo CC libcamel_1_2_la-camel-mime-filter-linewrap.lo CC libcamel_1_2_la-camel-mime-filter-pgp.lo CC libcamel_1_2_la-camel-mime-filter-progress.lo CC libcamel_1_2_la-camel-mime-filter-save.lo CC libcamel_1_2_la-camel-mime-filter-tohtml.lo camel-mime-filter-linewrap.c:73:14: warning: array subscript is of type 'char' [-Wchar-subscripts] } else if (isspace (*p)) { ^~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:56:44: note: expanded from macro 'isspace' #define isspace(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_S)) ^~~~ camel-mime-filter-linewrap.c:76:25: warning: array subscript is of type 'char' [-Wchar-subscripts] while (p < inend && isspace (*p)) ^~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:56:44: note: expanded from macro 'isspace' #define isspace(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_S)) ^~~~ camel-mime-filter-linewrap.c:92:8: warning: array subscript is of type 'char' [-Wchar-subscripts] if (isspace (*p)) { ^~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:56:44: note: expanded from macro 'isspace' #define isspace(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_S)) ^~~~ camel-mime-filter-linewrap.c:93:25: warning: array subscript is of type 'char' [-Wchar-subscripts] while (p < inend && isspace (*p) && *p != '\n') ^~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:56:44: note: expanded from macro 'isspace' #define isspace(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_S)) ^~~~ camel-mime-filter-linewrap.c:99:40: warning: array subscript is of type 'char' [-Wchar-subscripts] while (r > mime_filter->outbuf && !isspace (*r)) ^~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:56:44: note: expanded from macro 'isspace' #define isspace(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_S)) ^~~~ CC libcamel_1_2_la-camel-mime-filter-windows.lo 5 warnings generated. CC libcamel_1_2_la-camel-mime-filter-yenc.lo CC libcamel_1_2_la-camel-mime-filter.lo CC libcamel_1_2_la-camel-mime-message.lo CC libcamel_1_2_la-camel-mime-parser.lo CC libcamel_1_2_la-camel-mime-part-utils.lo CC libcamel_1_2_la-camel-mime-part.lo CC libcamel_1_2_la-camel-mime-utils.lo CC libcamel_1_2_la-camel-mime-tables.lo CC libcamel_1_2_la-camel-msgport.lo CC libcamel_1_2_la-camel-multipart-encrypted.lo CC libcamel_1_2_la-camel-multipart-signed.lo CC libcamel_1_2_la-camel-multipart.lo CC libcamel_1_2_la-camel-net-utils.lo CC libcamel_1_2_la-camel-nntp-address.lo camel-mime-part.c:103:3: warning: array subscript is of type 'char' [-Wchar-subscripts] isspace(val[0]) ? ":" : ": ", val); ^~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:56:44: note: expanded from macro 'isspace' #define isspace(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_S)) ^~~~ camel-mime-part.c:121:28: warning: array subscript is of type 'char' [-Wchar-subscripts] stream, "%s%s", h->name, isspace(value[0])?":":": "); ^~~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:56:44: note: expanded from macro 'isspace' #define isspace(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_S)) ^~~~ camel-mime-part.c:510:62: warning: array subscript is of type 'char' [-Wchar-subscripts] count = camel_stream_printf(stream, "%s%s%s\n", h->name, isspace(val[0]) ? ":" : ": ", val); ^~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:56:44: note: expanded from macro 'isspace' #define isspace(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_S)) ^~~~ camel-mime-utils.c:757:26: warning: passing 'gchar **' (aka 'char **') to parameter of type 'const char **' discards qualifiers in nested pointer types [-Wincompatible-pointer-types-discards-qualifiers] converted = iconv (cd, (gchar **) &inbuf, &inleft, &outbuf, &outleft); ^~~~~~~~~~~~~~~~~ /usr/include/iconv.h:46:47: note: passing argument to parameter here size_t iconv(iconv_t, const char ** __restrict, ^ camel-mime-utils.c:853:20: warning: passing 'gchar **' (aka 'char **') to parameter of type 'const char **' discards qualifiers in nested pointer types [-Wincompatible-pointer-types-discards-qualifiers] rc = iconv (cd, (gchar **) &inbuf, &inleft, &outbuf, &outleft); ^~~~~~~~~~~~~~~~~ /usr/include/iconv.h:46:47: note: passing argument to parameter here size_t iconv(iconv_t, const char ** __restrict, ^ camel-mime-utils.c:920:19: warning: passing 'gchar **' (aka 'char **') to parameter of type 'const char **' discards qualifiers in nested pointer types [-Wincompatible-pointer-types-discards-qualifiers] rc = iconv (cd, (gchar **) &inbuf, &inleft, &outbuf, &outleft); ^~~~~~~~~~~~~~~~~ /usr/include/iconv.h:46:47: note: passing argument to parameter here size_t iconv(iconv_t, const char ** __restrict, ^ camel-mime-utils.c:3028:7: warning: array subscript is of type 'char' [-Wchar-subscripts] if (isdigit(*inptr)) { ^~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:51:44: note: expanded from macro 'isdigit' #define isdigit(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_D)) ^~~~ camel-mime-utils.c:3034:9: warning: array subscript is of type 'char' [-Wchar-subscripts] if (isdigit(*inptr)) ^~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:51:44: note: expanded from macro 'isdigit' #define isdigit(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_D)) ^~~~ camel-mime-utils.c:4417:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] COUNT_LOCK (); ^ camel-mime-utils.c:4392:22: note: expanded from macro 'COUNT_LOCK' #define COUNT_LOCK() g_static_mutex_lock (&count_lock) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:143:19: note: expanded from macro 'g_static_mutex_lock' g_mutex_lock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-mime-utils.c:4419:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] COUNT_UNLOCK (); ^ camel-mime-utils.c:4393:24: note: expanded from macro 'COUNT_UNLOCK' #define COUNT_UNLOCK() g_static_mutex_unlock (&count_lock) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-msgport.c:469:8: warning: 'g_async_queue_timed_pop_unlocked' is deprecated [-Wdeprecated-declarations] msg = g_async_queue_timed_pop_unlocked (msgport->queue, end_time); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/gasyncqueue.h:117:14: note: 'g_async_queue_timed_pop_unlocked' has been explicitly marked deprecated here gpointer g_async_queue_timed_pop_unlocked (GAsyncQueue *queue, ^ CC libcamel_1_2_la-camel-object.lo 1 warning generated. CC libcamel_1_2_la-camel-object-bag.lo CC libcamel_1_2_la-camel-operation.lo 3 warnings generated. camel-net-utils.c:466:16: warning: 'g_thread_create' is deprecated [-Wdeprecated-declarations] if ((thread = g_thread_create (worker, msg, TRUE, error)) != NULL) { ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:104:10: note: 'g_thread_create' has been explicitly marked deprecated here GThread *g_thread_create (GThreadFunc func, ^ 1 warning generated. CC libcamel_1_2_la-camel-partition-table.lo camel-operation.c:95:27: warning: 'g_static_private_get' is deprecated [-Wdeprecated-declarations] return (CamelOperation *)g_static_private_get (&operation_key); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:251:10: note: 'g_static_private_get' has been explicitly marked deprecated here gpointer g_static_private_get (GStaticPrivate *private_key); ^ camel-operation.c:149:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] LOCK(); ^ camel-operation.c:81:16: note: expanded from macro 'LOCK' #define LOCK() g_static_mutex_lock(&operation_lock) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:143:19: note: expanded from macro 'g_static_mutex_lock' g_mutex_lock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-operation.c:151:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] UNLOCK(); ^ camel-operation.c:82:18: note: expanded from macro 'UNLOCK' #define UNLOCK() g_static_mutex_unlock(&operation_lock) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-operation.c:166:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] LOCK(); ^ camel-operation.c:81:16: note: expanded from macro 'LOCK' #define LOCK() g_static_mutex_lock(&operation_lock) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:143:19: note: expanded from macro 'g_static_mutex_lock' g_mutex_lock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-operation.c:170:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] UNLOCK(); ^ camel-operation.c:82:18: note: expanded from macro 'UNLOCK' #define UNLOCK() g_static_mutex_unlock(&operation_lock) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-operation.c:200:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] LOCK(); ^ camel-operation.c:81:16: note: expanded from macro 'LOCK' #define LOCK() g_static_mutex_lock(&operation_lock) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:143:19: note: expanded from macro 'g_static_mutex_lock' g_mutex_lock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-operation.c:202:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] UNLOCK(); ^ camel-operation.c:82:18: note: expanded from macro 'UNLOCK' #define UNLOCK() g_static_mutex_unlock(&operation_lock) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-operation.c:216:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] LOCK(); ^ camel-operation.c:81:16: note: expanded from macro 'LOCK' #define LOCK() g_static_mutex_lock(&operation_lock) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:143:19: note: expanded from macro 'g_static_mutex_lock' g_mutex_lock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-operation.c:232:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] UNLOCK(); ^ camel-operation.c:82:18: note: expanded from macro 'UNLOCK' #define UNLOCK() g_static_mutex_unlock(&operation_lock) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-operation.c:247:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] LOCK(); ^ camel-operation.c:81:16: note: expanded from macro 'LOCK' #define LOCK() g_static_mutex_lock(&operation_lock) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:143:19: note: expanded from macro 'g_static_mutex_lock' g_mutex_lock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-operation.c:269:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] UNLOCK(); ^ camel-operation.c:82:18: note: expanded from macro 'UNLOCK' #define UNLOCK() g_static_mutex_unlock(&operation_lock) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-operation.c:292:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] LOCK(); ^ camel-operation.c:81:16: note: expanded from macro 'LOCK' #define LOCK() g_static_mutex_lock(&operation_lock) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:143:19: note: expanded from macro 'g_static_mutex_lock' g_mutex_lock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-operation.c:297:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] UNLOCK(); ^ camel-operation.c:82:18: note: expanded from macro 'UNLOCK' #define UNLOCK() g_static_mutex_unlock(&operation_lock) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-operation.c:320:2: warning: 'g_static_private_set' is deprecated [-Wdeprecated-declarations] g_static_private_set (&operation_key, cc, NULL); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:254:10: note: 'g_static_private_set' has been explicitly marked deprecated here void g_static_private_set (GStaticPrivate *private_key, ^ camel-operation.c:334:2: warning: 'g_static_private_set' is deprecated [-Wdeprecated-declarations] g_static_private_set (&operation_key, NULL, NULL); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:254:10: note: 'g_static_private_set' has been explicitly marked deprecated here void g_static_private_set (GStaticPrivate *private_key, ^ camel-operation.c:357:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] LOCK(); ^ camel-operation.c:81:16: note: expanded from macro 'LOCK' #define LOCK() g_static_mutex_lock(&operation_lock) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:143:19: note: expanded from macro 'g_static_mutex_lock' g_mutex_lock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-operation.c:375:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] UNLOCK(); ^ camel-operation.c:82:18: note: expanded from macro 'UNLOCK' #define UNLOCK() g_static_mutex_unlock(&operation_lock) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-operation.c:399:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] LOCK(); ^ camel-operation.c:81:16: note: expanded from macro 'LOCK' #define LOCK() g_static_mutex_lock(&operation_lock) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:143:19: note: expanded from macro 'g_static_mutex_lock' g_mutex_lock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-operation.c:404:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] UNLOCK(); ^ camel-operation.c:82:18: note: expanded from macro 'UNLOCK' #define UNLOCK() g_static_mutex_unlock(&operation_lock) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-operation.c:429:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] LOCK(); ^ camel-operation.c:81:16: note: expanded from macro 'LOCK' #define LOCK() g_static_mutex_lock(&operation_lock) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:143:19: note: expanded from macro 'g_static_mutex_lock' g_mutex_lock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-operation.c:434:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] UNLOCK(); ^ camel-operation.c:82:18: note: expanded from macro 'UNLOCK' #define UNLOCK() g_static_mutex_unlock(&operation_lock) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-operation.c:464:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] LOCK(); ^ camel-operation.c:81:16: note: expanded from macro 'LOCK' #define LOCK() g_static_mutex_lock(&operation_lock) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:143:19: note: expanded from macro 'g_static_mutex_lock' g_mutex_lock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-operation.c:467:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] UNLOCK(); ^ camel-operation.c:82:18: note: expanded from macro 'UNLOCK' #define UNLOCK() g_static_mutex_unlock(&operation_lock) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-operation.c:485:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] UNLOCK(); ^ camel-operation.c:82:18: note: expanded from macro 'UNLOCK' #define UNLOCK() g_static_mutex_unlock(&operation_lock) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-operation.c:511:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] LOCK(); ^ camel-operation.c:81:16: note: expanded from macro 'LOCK' #define LOCK() g_static_mutex_lock(&operation_lock) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:143:19: note: expanded from macro 'g_static_mutex_lock' g_mutex_lock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-operation.c:514:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] UNLOCK(); ^ camel-operation.c:82:18: note: expanded from macro 'UNLOCK' #define UNLOCK() g_static_mutex_unlock(&operation_lock) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-operation.c:535:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] UNLOCK(); ^ camel-operation.c:82:18: note: expanded from macro 'UNLOCK' #define UNLOCK() g_static_mutex_unlock(&operation_lock) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-operation.c:574:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] LOCK(); ^ camel-operation.c:81:16: note: expanded from macro 'LOCK' #define LOCK() g_static_mutex_lock(&operation_lock) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:143:19: note: expanded from macro 'g_static_mutex_lock' g_mutex_lock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-operation.c:577:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] UNLOCK(); ^ camel-operation.c:82:18: note: expanded from macro 'UNLOCK' #define UNLOCK() g_static_mutex_unlock(&operation_lock) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-operation.c:588:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] UNLOCK(); ^ camel-operation.c:82:18: note: expanded from macro 'UNLOCK' #define UNLOCK() g_static_mutex_unlock(&operation_lock) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-operation.c:592:4: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] UNLOCK(); ^ camel-operation.c:82:18: note: expanded from macro 'UNLOCK' #define UNLOCK() g_static_mutex_unlock(&operation_lock) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-operation.c:609:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] UNLOCK(); ^ camel-operation.c:82:18: note: expanded from macro 'UNLOCK' #define UNLOCK() g_static_mutex_unlock(&operation_lock) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-operation.c:639:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] LOCK(); ^ camel-operation.c:81:16: note: expanded from macro 'LOCK' #define LOCK() g_static_mutex_lock(&operation_lock) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:143:19: note: expanded from macro 'g_static_mutex_lock' g_mutex_lock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-operation.c:642:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] UNLOCK(); ^ camel-operation.c:82:18: note: expanded from macro 'UNLOCK' #define UNLOCK() g_static_mutex_unlock(&operation_lock) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-operation.c:686:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] UNLOCK(); ^ camel-operation.c:82:18: note: expanded from macro 'UNLOCK' #define UNLOCK() g_static_mutex_unlock(&operation_lock) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ CC libcamel_1_2_la-camel-seekable-stream.lo CC libcamel_1_2_la-camel-seekable-substream.lo camel-object-bag.c:52:22: warning: 'g_cond_new' is deprecated [-Wdeprecated-declarations] reservation->cond = g_cond_new (); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:281:17: note: 'g_cond_new' has been explicitly marked deprecated here GCond * g_cond_new (void); ^ camel-object-bag.c:85:2: warning: 'g_cond_free' is deprecated [-Wdeprecated-declarations] g_cond_free (reservation->cond); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:283:17: note: 'g_cond_free' has been explicitly marked deprecated here void g_cond_free (GCond *cond); ^ camel-object-bag.c:175:15: warning: 'g_mutex_new' is deprecated [-Wdeprecated-declarations] bag->mutex = g_mutex_new (); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:277:17: note: 'g_mutex_new' has been explicitly marked deprecated here GMutex * g_mutex_new (void); ^ CC libcamel_1_2_la-camel-stream-buffer.lo camel-object-bag.c:523:2: warning: 'g_mutex_free' is deprecated [-Wdeprecated-declarations] g_mutex_free (bag->mutex); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:279:17: note: 'g_mutex_free' has been explicitly marked deprecated here void g_mutex_free (GMutex *mutex); ^ 35 warnings generated. CC libcamel_1_2_la-camel-stream-filter.lo CC libcamel_1_2_la-camel-stream-fs.lo 4 warnings generated. CC libcamel_1_2_la-camel-stream-mem.lo camel-partition-table.c:75:2: warning: 'g_static_mutex_free' is deprecated [-Wdeprecated-declarations] CC libcamel_1_2_la-camel-stream-null.lo g_static_mutex_free (&table->priv->lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:152:9: note: 'g_static_mutex_free' has been explicitly marked deprecated here void g_static_mutex_free (GStaticMutex *mutex); ^ camel-partition-table.c:98:2: warning: 'g_static_mutex_init' is deprecated [-Wdeprecated-declarations] g_static_mutex_init (&cpi->priv->lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:150:9: note: 'g_static_mutex_init' has been explicitly marked deprecated here void g_static_mutex_init (GStaticMutex *mutex); ^ camel-partition-table.c:245:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] CAMEL_PARTITION_TABLE_LOCK (cpi, lock); ^ camel-partition-table.c:46:47: note: expanded from macro 'CAMEL_PARTITION_TABLE_LOCK' #define CAMEL_PARTITION_TABLE_LOCK(kf, lock) (g_static_mutex_lock(&(kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:143:19: note: expanded from macro 'g_static_mutex_lock' g_mutex_lock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-partition-table.c:259:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] CAMEL_PARTITION_TABLE_UNLOCK (cpi, lock); ^ camel-partition-table.c:47:49: note: expanded from macro 'CAMEL_PARTITION_TABLE_UNLOCK' #define CAMEL_PARTITION_TABLE_UNLOCK(kf, lock) (g_static_mutex_unlock(&(kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-partition-table.c:280:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] CAMEL_PARTITION_TABLE_LOCK (cpi, lock); ^ camel-partition-table.c:46:47: note: expanded from macro 'CAMEL_PARTITION_TABLE_LOCK' #define CAMEL_PARTITION_TABLE_LOCK(kf, lock) (g_static_mutex_lock(&(kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:143:19: note: expanded from macro 'g_static_mutex_lock' g_mutex_lock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-partition-table.c:284:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] CAMEL_PARTITION_TABLE_UNLOCK (cpi, lock); ^ camel-partition-table.c:47:49: note: expanded from macro 'CAMEL_PARTITION_TABLE_UNLOCK' #define CAMEL_PARTITION_TABLE_UNLOCK(kf, lock) (g_static_mutex_unlock(&(kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-partition-table.c:291:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] CAMEL_PARTITION_TABLE_UNLOCK (cpi, lock); ^ camel-partition-table.c:47:49: note: expanded from macro 'CAMEL_PARTITION_TABLE_UNLOCK' #define CAMEL_PARTITION_TABLE_UNLOCK(kf, lock) (g_static_mutex_unlock(&(kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-partition-table.c:307:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] CAMEL_PARTITION_TABLE_UNLOCK (cpi, lock); ^ camel-partition-table.c:47:49: note: expanded from macro 'CAMEL_PARTITION_TABLE_UNLOCK' #define CAMEL_PARTITION_TABLE_UNLOCK(kf, lock) (g_static_mutex_unlock(&(kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-partition-table.c:329:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] CAMEL_PARTITION_TABLE_LOCK (cpi, lock); ^ camel-partition-table.c:46:47: note: expanded from macro 'CAMEL_PARTITION_TABLE_LOCK' #define CAMEL_PARTITION_TABLE_LOCK(kf, lock) (g_static_mutex_lock(&(kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:143:19: note: expanded from macro 'g_static_mutex_lock' g_mutex_lock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-partition-table.c:333:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] CAMEL_PARTITION_TABLE_UNLOCK (cpi, lock); ^ camel-partition-table.c:47:49: note: expanded from macro 'CAMEL_PARTITION_TABLE_UNLOCK' #define CAMEL_PARTITION_TABLE_UNLOCK(kf, lock) (g_static_mutex_unlock(&(kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-partition-table.c:340:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] CAMEL_PARTITION_TABLE_UNLOCK (cpi, lock); ^ camel-partition-table.c:47:49: note: expanded from macro 'CAMEL_PARTITION_TABLE_UNLOCK' #define CAMEL_PARTITION_TABLE_UNLOCK(kf, lock) (g_static_mutex_unlock(&(kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-partition-table.c:362:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] CAMEL_PARTITION_TABLE_UNLOCK (cpi, lock); ^ camel-partition-table.c:47:49: note: expanded from macro 'CAMEL_PARTITION_TABLE_UNLOCK' #define CAMEL_PARTITION_TABLE_UNLOCK(kf, lock) (g_static_mutex_unlock(&(kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-partition-table.c:402:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] CAMEL_PARTITION_TABLE_LOCK (cpi, lock); ^ camel-partition-table.c:46:47: note: expanded from macro 'CAMEL_PARTITION_TABLE_LOCK' #define CAMEL_PARTITION_TABLE_LOCK(kf, lock) (g_static_mutex_lock(&(kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:143:19: note: expanded from macro 'g_static_mutex_lock' g_mutex_lock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-partition-table.c:405:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] CAMEL_PARTITION_TABLE_UNLOCK (cpi, lock); ^ camel-partition-table.c:47:49: note: expanded from macro 'CAMEL_PARTITION_TABLE_UNLOCK' #define CAMEL_PARTITION_TABLE_UNLOCK(kf, lock) (g_static_mutex_unlock(&(kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-partition-table.c:412:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] CAMEL_PARTITION_TABLE_UNLOCK (cpi, lock); ^ camel-partition-table.c:47:49: note: expanded from macro 'CAMEL_PARTITION_TABLE_UNLOCK' #define CAMEL_PARTITION_TABLE_UNLOCK(kf, lock) (g_static_mutex_unlock(&(kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-partition-table.c:595:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] CAMEL_PARTITION_TABLE_UNLOCK (cpi, lock); ^ camel-partition-table.c:47:49: note: expanded from macro 'CAMEL_PARTITION_TABLE_UNLOCK' #define CAMEL_PARTITION_TABLE_UNLOCK(kf, lock) (g_static_mutex_unlock(&(kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-partition-table.c:629:2: warning: 'g_static_mutex_free' is deprecated [-Wdeprecated-declarations] g_static_mutex_free (&table->priv->lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:152:9: note: 'g_static_mutex_free' has been explicitly marked deprecated here void g_static_mutex_free (GStaticMutex *mutex); ^ camel-partition-table.c:650:2: warning: 'g_static_mutex_init' is deprecated [-Wdeprecated-declarations] g_static_mutex_init (&table->priv->lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:150:9: note: 'g_static_mutex_init' has been explicitly marked deprecated here void g_static_mutex_init (GStaticMutex *mutex); ^ camel-partition-table.c:713:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] CAMEL_KEY_TABLE_LOCK (ki, lock); ^ camel-partition-table.c:606:41: note: expanded from macro 'CAMEL_KEY_TABLE_LOCK' #define CAMEL_KEY_TABLE_LOCK(kf, lock) (g_static_mutex_lock(&(kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:143:19: note: expanded from macro 'g_static_mutex_lock' g_mutex_lock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ CC libcamel_1_2_la-camel-stream-vfs.lo camel-partition-table.c:789:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] CAMEL_KEY_TABLE_UNLOCK (ki, lock); ^ camel-partition-table.c:607:43: note: expanded from macro 'CAMEL_KEY_TABLE_UNLOCK' #define CAMEL_KEY_TABLE_UNLOCK(kf, lock) (g_static_mutex_unlock(&(kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-partition-table.c:815:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] CAMEL_KEY_TABLE_LOCK (ki, lock); ^ camel-partition-table.c:606:41: note: expanded from macro 'CAMEL_KEY_TABLE_LOCK' #define CAMEL_KEY_TABLE_LOCK(kf, lock) (g_static_mutex_lock(&(kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:143:19: note: expanded from macro 'g_static_mutex_lock' g_mutex_lock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-partition-table.c:822:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] CAMEL_KEY_TABLE_UNLOCK (ki, lock); ^ camel-partition-table.c:607:43: note: expanded from macro 'CAMEL_KEY_TABLE_UNLOCK' #define CAMEL_KEY_TABLE_UNLOCK(kf, lock) (g_static_mutex_unlock(&(kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-partition-table.c:857:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] CAMEL_KEY_TABLE_LOCK (ki, lock); ^ camel-partition-table.c:606:41: note: expanded from macro 'CAMEL_KEY_TABLE_LOCK' #define CAMEL_KEY_TABLE_LOCK(kf, lock) (g_static_mutex_lock(&(kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:143:19: note: expanded from macro 'g_static_mutex_lock' g_mutex_lock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-partition-table.c:865:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] CAMEL_KEY_TABLE_UNLOCK (ki, lock); ^ camel-partition-table.c:607:43: note: expanded from macro 'CAMEL_KEY_TABLE_UNLOCK' #define CAMEL_KEY_TABLE_UNLOCK(kf, lock) (g_static_mutex_unlock(&(kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-partition-table.c:906:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] CAMEL_KEY_TABLE_LOCK (ki, lock); ^ camel-partition-table.c:606:41: note: expanded from macro 'CAMEL_KEY_TABLE_LOCK' #define CAMEL_KEY_TABLE_LOCK(kf, lock) (g_static_mutex_lock(&(kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:143:19: note: expanded from macro 'g_static_mutex_lock' g_mutex_lock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-partition-table.c:923:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] CAMEL_KEY_TABLE_UNLOCK (ki, lock); ^ camel-partition-table.c:607:43: note: expanded from macro 'CAMEL_KEY_TABLE_UNLOCK' #define CAMEL_KEY_TABLE_UNLOCK(kf, lock) (g_static_mutex_unlock(&(kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-partition-table.c:948:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] CAMEL_KEY_TABLE_LOCK (ki, lock); ^ camel-partition-table.c:606:41: note: expanded from macro 'CAMEL_KEY_TABLE_LOCK' #define CAMEL_KEY_TABLE_LOCK(kf, lock) (g_static_mutex_lock(&(kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:143:19: note: expanded from macro 'g_static_mutex_lock' g_mutex_lock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-partition-table.c:953:4: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] CAMEL_KEY_TABLE_UNLOCK (ki, lock); ^ camel-partition-table.c:607:43: note: expanded from macro 'CAMEL_KEY_TABLE_UNLOCK' #define CAMEL_KEY_TABLE_UNLOCK(kf, lock) (g_static_mutex_unlock(&(kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-partition-table.c:965:4: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] CAMEL_KEY_TABLE_UNLOCK (ki, lock); ^ camel-partition-table.c:607:43: note: expanded from macro 'CAMEL_KEY_TABLE_UNLOCK' #define CAMEL_KEY_TABLE_UNLOCK(kf, lock) (g_static_mutex_unlock(&(kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-partition-table.c:990:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] CAMEL_KEY_TABLE_UNLOCK (ki, lock); ^ camel-partition-table.c:607:43: note: expanded from macro 'CAMEL_KEY_TABLE_UNLOCK' #define CAMEL_KEY_TABLE_UNLOCK(kf, lock) (g_static_mutex_unlock(&(kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-partition-table.c:1013:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] CAMEL_KEY_TABLE_UNLOCK (ki, lock); ^ camel-partition-table.c:607:43: note: expanded from macro 'CAMEL_KEY_TABLE_UNLOCK' #define CAMEL_KEY_TABLE_UNLOCK(kf, lock) (g_static_mutex_unlock(&(kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ CC libcamel_1_2_la-camel-stream.lo CC libcamel_1_2_la-camel-string-utils.lo CC libcamel_1_2_la-camel-text-index.lo CC libcamel_1_2_la-camel-trie.lo 31 warnings generated. CC libcamel_1_2_la-camel-url-scanner.lo CC libcamel_1_2_la-camel-url.lo camel-text-index.c:230:2: warning: 'g_static_rec_mutex_free' is deprecated [-Wdeprecated-declarations] g_static_rec_mutex_free (&priv->lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:195:10: note: 'g_static_rec_mutex_free' has been explicitly marked deprecated here void g_static_rec_mutex_free (GStaticRecMutex *mutex); ^ camel-text-index.c:344:2: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations] CAMEL_TEXT_INDEX_LOCK (idx, lock); ^ camel-text-index.c:55:3: note: expanded from macro 'CAMEL_TEXT_INDEX_LOCK' (g_static_rec_mutex_lock (&((CamelTextIndex *)kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179:10: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here void g_static_rec_mutex_lock (GStaticRecMutex *mutex); ^ camel-text-index.c:391:2: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] CAMEL_TEXT_INDEX_UNLOCK (idx, lock); ^ camel-text-index.c:57:3: note: expanded from macro 'CAMEL_TEXT_INDEX_UNLOCK' (g_static_rec_mutex_unlock (&((CamelTextIndex *)kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-text-index.c:415:2: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations] CAMEL_TEXT_INDEX_LOCK (idx, lock); ^ camel-text-index.c:55:3: note: expanded from macro 'CAMEL_TEXT_INDEX_LOCK' (g_static_rec_mutex_lock (&((CamelTextIndex *)kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179:10: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here void g_static_rec_mutex_lock (GStaticRecMutex *mutex); ^ camel-text-index.c:421:2: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] CAMEL_TEXT_INDEX_UNLOCK (idx, lock); ^ camel-text-index.c:57:3: note: expanded from macro 'CAMEL_TEXT_INDEX_UNLOCK' (g_static_rec_mutex_unlock (&((CamelTextIndex *)kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-text-index.c:467:2: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations] CAMEL_TEXT_INDEX_LOCK (idx, lock); ^ camel-text-index.c:55:3: note: expanded from macro 'CAMEL_TEXT_INDEX_LOCK' (g_static_rec_mutex_lock (&((CamelTextIndex *)kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179:10: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here void g_static_rec_mutex_lock (GStaticRecMutex *mutex); ^ camel-text-index.c:586:2: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] CAMEL_TEXT_INDEX_UNLOCK (idx, lock); ^ camel-text-index.c:57:3: note: expanded from macro 'CAMEL_TEXT_INDEX_UNLOCK' (g_static_rec_mutex_unlock (&((CamelTextIndex *)kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-text-index.c:624:2: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations] CAMEL_TEXT_INDEX_LOCK (idx, lock); ^ camel-text-index.c:55:3: note: expanded from macro 'CAMEL_TEXT_INDEX_LOCK' (g_static_rec_mutex_lock (&((CamelTextIndex *)kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179:10: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here void g_static_rec_mutex_lock (GStaticRecMutex *mutex); ^ camel-text-index.c:630:3: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] CAMEL_TEXT_INDEX_UNLOCK (idx, lock); ^ camel-text-index.c:57:3: note: expanded from macro 'CAMEL_TEXT_INDEX_UNLOCK' (g_static_rec_mutex_unlock (&((CamelTextIndex *)kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-text-index.c:640:3: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] CAMEL_TEXT_INDEX_UNLOCK (idx, lock); ^ camel-text-index.c:57:3: note: expanded from macro 'CAMEL_TEXT_INDEX_UNLOCK' (g_static_rec_mutex_unlock (&((CamelTextIndex *)kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-text-index.c:648:2: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] CAMEL_TEXT_INDEX_UNLOCK (idx, lock); ^ camel-text-index.c:57:3: note: expanded from macro 'CAMEL_TEXT_INDEX_UNLOCK' (g_static_rec_mutex_unlock (&((CamelTextIndex *)kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-text-index.c:669:2: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations] CAMEL_TEXT_INDEX_LOCK (idx, lock); ^ camel-text-index.c:55:3: note: expanded from macro 'CAMEL_TEXT_INDEX_LOCK' (g_static_rec_mutex_lock (&((CamelTextIndex *)kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179:10: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here void g_static_rec_mutex_lock (GStaticRecMutex *mutex); ^ camel-text-index.c:698:2: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] CAMEL_TEXT_INDEX_UNLOCK (idx, lock); ^ camel-text-index.c:57:3: note: expanded from macro 'CAMEL_TEXT_INDEX_UNLOCK' (g_static_rec_mutex_unlock (&((CamelTextIndex *)kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-text-index.c:722:3: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations] CAMEL_TEXT_INDEX_LOCK (idx, lock); ^ camel-text-index.c:55:3: note: expanded from macro 'CAMEL_TEXT_INDEX_LOCK' (g_static_rec_mutex_lock (&((CamelTextIndex *)kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179:10: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here void g_static_rec_mutex_lock (GStaticRecMutex *mutex); ^ camel-text-index.c:726:3: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] CAMEL_TEXT_INDEX_UNLOCK (idx, lock); ^ camel-text-index.c:57:3: note: expanded from macro 'CAMEL_TEXT_INDEX_UNLOCK' (g_static_rec_mutex_unlock (&((CamelTextIndex *)kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-text-index.c:749:2: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations] CAMEL_TEXT_INDEX_LOCK (idx, lock); ^ camel-text-index.c:55:3: note: expanded from macro 'CAMEL_TEXT_INDEX_LOCK' (g_static_rec_mutex_lock (&((CamelTextIndex *)kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179:10: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here void g_static_rec_mutex_lock (GStaticRecMutex *mutex); ^ camel-text-index.c:760:2: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] CAMEL_TEXT_INDEX_UNLOCK (idx, lock); ^ camel-text-index.c:57:3: note: expanded from macro 'CAMEL_TEXT_INDEX_UNLOCK' (g_static_rec_mutex_unlock (&((CamelTextIndex *)kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-text-index.c:772:2: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations] CAMEL_TEXT_INDEX_LOCK (idx, lock); ^ camel-text-index.c:55:3: note: expanded from macro 'CAMEL_TEXT_INDEX_LOCK' (g_static_rec_mutex_lock (&((CamelTextIndex *)kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179:10: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here void g_static_rec_mutex_lock (GStaticRecMutex *mutex); ^ camel-text-index.c:782:2: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] CAMEL_TEXT_INDEX_UNLOCK (idx, lock); ^ camel-text-index.c:57:3: note: expanded from macro 'CAMEL_TEXT_INDEX_UNLOCK' (g_static_rec_mutex_unlock (&((CamelTextIndex *)kf)->priv->lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-text-index.c:846:2: warning: 'g_static_rec_mutex_init' is deprecated [-Wdeprecated-declarations] g_static_rec_mutex_init (&text_index->priv->lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:176:10: note: 'g_static_rec_mutex_init' has been explicitly marked deprecated here void g_static_rec_mutex_init (GStaticRecMutex *mutex); ^ camel-string-utils.c:172:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] g_static_mutex_lock (&pstring_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:143:19: note: expanded from macro 'g_static_mutex_lock' g_mutex_lock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-string-utils.c:186:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] g_static_mutex_unlock (&pstring_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-string-utils.c:217:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] g_static_mutex_lock (&pstring_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:143:19: note: expanded from macro 'g_static_mutex_lock' g_mutex_lock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-string-utils.c:226:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] g_static_mutex_unlock (&pstring_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-string-utils.c:270:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] g_static_mutex_lock (&pstring_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:143:19: note: expanded from macro 'g_static_mutex_lock' g_mutex_lock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-string-utils.c:290:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] g_static_mutex_unlock (&pstring_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-url-scanner.c:327:36: warning: array subscript is of type 'char' [-Wchar-subscripts] if (!is_open_brace (pos[-1]) && !isspace (pos[-1])) ^~~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:56:44: note: expanded from macro 'isspace' #define isspace(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_S)) ^~~~ 6 warnings generated. 7 warnings generated. CC libcamel_1_2_la-camel-utf8.lo 1 warning generated. 20 warnings generated. CC libcamel_1_2_la-camel-lock-client.lo CC libcamel_1_2_la-camel.lo CC libcamel_1_2_la-camel-stream-process.lo CC libcamel_provider_1_2_la-camel-cipher-context.lo CC libcamel_provider_1_2_la-camel-disco-diary.lo CC libcamel_provider_1_2_la-camel-disco-folder.lo CC libcamel_provider_1_2_la-camel-disco-store.lo CC libcamel_provider_1_2_la-camel-filter-driver.lo CC libcamel_provider_1_2_la-camel-filter-search.lo CC libcamel_provider_1_2_la-camel-folder-search.lo camel-lock-client.c:168:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] LOCK(); ^ camel-lock-client.c:47:16: note: expanded from macro 'LOCK' #define LOCK() g_static_mutex_lock(&lock_lock) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:143:19: note: expanded from macro 'g_static_mutex_lock' g_mutex_lock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-lock-client.c:172:4: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] UNLOCK(); ^ camel-lock-client.c:48:18: note: expanded from macro 'UNLOCK' #define UNLOCK() g_static_mutex_unlock(&lock_lock) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-lock-client.c:246:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] UNLOCK(); ^ camel-lock-client.c:48:18: note: expanded from macro 'UNLOCK' #define UNLOCK() g_static_mutex_unlock(&lock_lock) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-lock-client.c:260:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] LOCK(); ^ camel-lock-client.c:47:16: note: expanded from macro 'LOCK' #define LOCK() g_static_mutex_lock(&lock_lock) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:143:19: note: expanded from macro 'g_static_mutex_lock' g_mutex_lock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-lock-client.c:264:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] UNLOCK(); ^ camel-lock-client.c:48:18: note: expanded from macro 'UNLOCK' #define UNLOCK() g_static_mutex_unlock(&lock_lock) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-lock-client.c:319:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] UNLOCK(); ^ camel-lock-client.c:48:18: note: expanded from macro 'UNLOCK' #define UNLOCK() g_static_mutex_unlock(&lock_lock) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ 6 warnings generated. CC libcamel_provider_1_2_la-camel-folder-summary.lo CC libcamel_provider_1_2_la-camel-folder-thread.lo camel-folder-search.c:1253:8: warning: array subscript is of type 'char' [-Wchar-subscripts] if (isspace (h->value[0])) ^~~~~~~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:56:44: note: expanded from macro 'isspace' #define isspace(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_S)) ^~~~ camel-cipher-context.c:716:2: warning: 'g_mutex_free' is deprecated [-Wdeprecated-declarations] g_mutex_free (priv->lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:279:17: note: 'g_mutex_free' has been explicitly marked deprecated here void g_mutex_free (GMutex *mutex); ^ camel-cipher-context.c:760:24: warning: 'g_mutex_new' is deprecated [-Wdeprecated-declarations] context->priv->lock = g_mutex_new (); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:277:17: note: 'g_mutex_new' has been explicitly marked deprecated here GMutex * g_mutex_new (void); ^ CC libcamel_provider_1_2_la-camel-folder.lo CC libcamel_provider_1_2_la-camel-gpg-context.lo CC libcamel_provider_1_2_la-camel-http-stream.lo camel-filter-search.c:287:8: warning: array subscript is of type 'char' [-Wchar-subscripts] if (isspace (h->value[0])) ^~~~~~~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:56:44: note: expanded from macro 'isspace' #define isspace(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_S)) ^~~~ CC libcamel_provider_1_2_la-camel-offline-folder.lo camel-folder-summary.c:236:2: warning: 'g_static_rec_mutex_free' is deprecated [-Wdeprecated-declarations] g_static_rec_mutex_free (&summary->priv->summary_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:195:10: note: 'g_static_rec_mutex_free' has been explicitly marked deprecated here void g_static_rec_mutex_free (GStaticRecMutex *mutex); ^ camel-folder-summary.c:237:2: warning: 'g_static_rec_mutex_free' is deprecated [-Wdeprecated-declarations] g_static_rec_mutex_free (&summary->priv->io_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:195:10: note: 'g_static_rec_mutex_free' has been explicitly marked deprecated here void g_static_rec_mutex_free (GStaticRecMutex *mutex); ^ camel-folder-summary.c:238:2: warning: 'g_static_rec_mutex_free' is deprecated [-Wdeprecated-declarations] g_static_rec_mutex_free (&summary->priv->filter_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:195:10: note: 'g_static_rec_mutex_free' has been explicitly marked deprecated here void g_static_rec_mutex_free (GStaticRecMutex *mutex); ^ camel-folder-summary.c:239:2: warning: 'g_static_rec_mutex_free' is deprecated [-Wdeprecated-declarations] g_static_rec_mutex_free (&summary->priv->alloc_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:195:10: note: 'g_static_rec_mutex_free' has been explicitly marked deprecated here void g_static_rec_mutex_free (GStaticRecMutex *mutex); ^ camel-folder-summary.c:240:2: warning: 'g_static_rec_mutex_free' is deprecated [-Wdeprecated-declarations] g_static_rec_mutex_free (&summary->priv->ref_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:195:10: note: 'g_static_rec_mutex_free' has been explicitly marked deprecated here void g_static_rec_mutex_free (GStaticRecMutex *mutex); ^ camel-folder-summary.c:950:2: warning: 'g_static_rec_mutex_init' is deprecated [-Wdeprecated-declarations] g_static_rec_mutex_init (&summary->priv->summary_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:176:10: note: 'g_static_rec_mutex_init' has been explicitly marked deprecated here void g_static_rec_mutex_init (GStaticRecMutex *mutex); ^ camel-folder-summary.c:951:2: warning: 'g_static_rec_mutex_init' is deprecated [-Wdeprecated-declarations] g_static_rec_mutex_init (&summary->priv->io_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:176:10: note: 'g_static_rec_mutex_init' has been explicitly marked deprecated here void g_static_rec_mutex_init (GStaticRecMutex *mutex); ^ camel-folder-summary.c:952:2: warning: 'g_static_rec_mutex_init' is deprecated [-Wdeprecated-declarations] g_static_rec_mutex_init (&summary->priv->filter_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:176:10: note: 'g_static_rec_mutex_init' has been explicitly marked deprecated here void g_static_rec_mutex_init (GStaticRecMutex *mutex); ^ camel-folder-summary.c:953:2: warning: 'g_static_rec_mutex_init' is deprecated [-Wdeprecated-declarations] g_static_rec_mutex_init (&summary->priv->alloc_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:176:10: note: 'g_static_rec_mutex_init' has been explicitly marked deprecated here void g_static_rec_mutex_init (GStaticRecMutex *mutex); ^ camel-folder-summary.c:954:2: warning: 'g_static_rec_mutex_init' is deprecated [-Wdeprecated-declarations] g_static_rec_mutex_init (&summary->priv->ref_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:176:10: note: 'g_static_rec_mutex_init' has been explicitly marked deprecated here void g_static_rec_mutex_init (GStaticRecMutex *mutex); ^ 2 warnings generated. camel-folder-summary.c:1711:3: warning: explicitly assigning value of variable of type 'struct _preview_update_msg *' to itself [-Wself-assign] m=m; ~^~ camel-folder-summary.c:3218:16: warning: array subscript is of type 'char' [-Wchar-subscripts] lower[i] = tolower(str[i]); ^~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:59:46: note: expanded from macro 'tolower' #define tolower(c) ((int)((_tolower_tab_ + 1)[(c)])) ^~~~ CC libcamel_provider_1_2_la-camel-offline-journal.lo camel-folder-summary.c:4027:29: warning: array subscript is of type 'char' [-Wchar-subscripts] while (value && *value && isspace (*value)) ^~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:56:44: note: expanded from macro 'isspace' #define isspace(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_S)) ^~~~ camel-folder-summary.c:4497:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] GLOBAL_INFO_LOCK(info); ^ camel-folder-summary.c:98:29: note: expanded from macro 'GLOBAL_INFO_LOCK' #define GLOBAL_INFO_LOCK(i) g_static_mutex_lock(&info_lock) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:143:19: note: expanded from macro 'g_static_mutex_lock' g_mutex_lock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-folder-summary.c:4500:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] GLOBAL_INFO_UNLOCK(info); ^ camel-folder-summary.c:99:31: note: expanded from macro 'GLOBAL_INFO_UNLOCK' #define GLOBAL_INFO_UNLOCK(i) g_static_mutex_unlock(&info_lock) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-folder-summary.c:4558:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] GLOBAL_INFO_LOCK(info); ^ camel-folder-summary.c:98:29: note: expanded from macro 'GLOBAL_INFO_LOCK' #define GLOBAL_INFO_LOCK(i) g_static_mutex_lock(&info_lock) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:143:19: note: expanded from macro 'g_static_mutex_lock' g_mutex_lock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-folder-summary.c:4561:4: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] GLOBAL_INFO_UNLOCK(info); ^ camel-folder-summary.c:99:31: note: expanded from macro 'GLOBAL_INFO_UNLOCK' #define GLOBAL_INFO_UNLOCK(i) g_static_mutex_unlock(&info_lock) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-folder-summary.c:4564:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] GLOBAL_INFO_UNLOCK(info); ^ camel-folder-summary.c:99:31: note: expanded from macro 'GLOBAL_INFO_UNLOCK' #define GLOBAL_INFO_UNLOCK(i) g_static_mutex_unlock(&info_lock) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-folder-summary.c:4892:4: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations] g_static_rec_mutex_lock (&summary->priv->summary_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179:10: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here void g_static_rec_mutex_lock (GStaticRecMutex *mutex); ^ camel-folder-summary.c:4895:4: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations] g_static_rec_mutex_lock (&summary->priv->io_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179:10: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here void g_static_rec_mutex_lock (GStaticRecMutex *mutex); ^ camel-folder-summary.c:4898:4: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations] g_static_rec_mutex_lock (&summary->priv->filter_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179:10: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here void g_static_rec_mutex_lock (GStaticRecMutex *mutex); ^ camel-folder-summary.c:4901:4: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations] g_static_rec_mutex_lock (&summary->priv->alloc_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179:10: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here void g_static_rec_mutex_lock (GStaticRecMutex *mutex); ^ camel-folder-summary.c:4904:4: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations] g_static_rec_mutex_lock (&summary->priv->ref_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179:10: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here void g_static_rec_mutex_lock (GStaticRecMutex *mutex); ^ camel-folder-summary.c:4928:4: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] g_static_rec_mutex_unlock (&summary->priv->summary_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-folder-summary.c:4931:4: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] g_static_rec_mutex_unlock (&summary->priv->io_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-folder-summary.c:4934:4: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] g_static_rec_mutex_unlock (&summary->priv->filter_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-folder-summary.c:4937:4: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] g_static_rec_mutex_unlock (&summary->priv->alloc_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-folder-summary.c:4940:4: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] g_static_rec_mutex_unlock (&summary->priv->ref_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ 1 warning generated. camel-folder-thread.c:178:11: warning: array subscript is of type 'char' [-Wchar-subscripts] while (isspace(*s)) ^~~~~~~~~~~ /usr/include/sys/ctype_inline.h:56:44: note: expanded from macro 'isspace' #define isspace(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_S)) ^~~~ camel-folder-thread.c:185:12: warning: array subscript is of type 'char' [-Wchar-subscripts] while (isdigit(*p) || (ispunct(*p) && (*p != ':'))) ^~~~~~~~~~~ /usr/include/sys/ctype_inline.h:51:44: note: expanded from macro 'isdigit' #define isdigit(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_D)) ^~~~ camel-folder-thread.c:185:28: warning: array subscript is of type 'char' [-Wchar-subscripts] while (isdigit(*p) || (ispunct(*p) && (*p != ':'))) ^~~~~~~~~~~ /usr/include/sys/ctype_inline.h:55:44: note: expanded from macro 'ispunct' #define ispunct(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_P)) ^~~~ 1 warning generated. CC libcamel_provider_1_2_la-camel-offline-store.lo CC libcamel_provider_1_2_la-camel-provider.lo 3 warnings generated. CC libcamel_provider_1_2_la-camel-sasl-anonymous.lo CC libcamel_provider_1_2_la-camel-sasl-cram-md5.lo camel-provider.c:234:2: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations] LOCK(); ^ camel-provider.c:52:18: note: expanded from macro 'LOCK' #define LOCK() (g_static_rec_mutex_lock(&provider_lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179:10: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here void g_static_rec_mutex_lock (GStaticRecMutex *mutex); ^ camel-provider.c:238:3: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] UNLOCK(); ^ camel-provider.c:53:19: note: expanded from macro 'UNLOCK' #define UNLOCK() (g_static_rec_mutex_unlock(&provider_lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-provider.c:274:2: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] UNLOCK(); ^ camel-provider.c:53:19: note: expanded from macro 'UNLOCK' #define UNLOCK() (g_static_rec_mutex_unlock(&provider_lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-provider.c:316:2: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations] LOCK(); ^ camel-provider.c:52:18: note: expanded from macro 'LOCK' #define LOCK() (g_static_rec_mutex_lock(&provider_lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179:10: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here void g_static_rec_mutex_lock (GStaticRecMutex *mutex); ^ camel-provider.c:336:2: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] UNLOCK(); ^ camel-provider.c:53:19: note: expanded from macro 'UNLOCK' #define UNLOCK() (g_static_rec_mutex_unlock(&provider_lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-provider.c:369:2: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations] LOCK(); ^ camel-provider.c:52:18: note: expanded from macro 'LOCK' #define LOCK() (g_static_rec_mutex_lock(&provider_lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179:10: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here void g_static_rec_mutex_lock (GStaticRecMutex *mutex); ^ camel-provider.c:391:2: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] UNLOCK(); ^ camel-provider.c:53:19: note: expanded from macro 'UNLOCK' #define UNLOCK() (g_static_rec_mutex_unlock(&provider_lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ CC libcamel_provider_1_2_la-camel-sasl-digest-md5.lo CC libcamel_provider_1_2_la-camel-sasl-gssapi.lo camel-folder.c:415:2: warning: 'g_static_rec_mutex_free' is deprecated [-Wdeprecated-declarations] g_static_rec_mutex_free (&priv->lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:195:10: note: 'g_static_rec_mutex_free' has been explicitly marked deprecated here void g_static_rec_mutex_free (GStaticRecMutex *mutex); ^ camel-folder.c:416:2: warning: 'g_static_mutex_free' is deprecated [-Wdeprecated-declarations] g_static_mutex_free (&priv->change_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:152:9: note: 'g_static_mutex_free' has been explicitly marked deprecated here void g_static_mutex_free (GStaticMutex *mutex); ^ camel-gpg-context.c:941:35: warning: variable 'i' is uninitialized when used here [-Wuninitialized] while (p = strchr (str, ' '), i < 2 && p) { ^ camel-gpg-context.c:938:11: note: initialize the variable 'i' to silence this warning camel-folder.c:1037:2: warning gint i; : ^'g_static_rec_mutex_init' is deprecated [-Wdeprecated-declarations] = 0 g_static_rec_mutex_init (&folder->priv->lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:176:10: note: 'g_static_rec_mutex_init' has been explicitly marked deprecated here void g_static_rec_mutex_init (GStaticRecMutex *mutex); ^ camel-folder.c:1038:2: warning: 'g_static_mutex_init' is deprecated [-Wdeprecated-declarations] g_static_mutex_init (&folder->priv->change_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:150:9: note: 'g_static_mutex_init' has been explicitly marked deprecated here void g_static_mutex_init (GStaticMutex *mutex); ^ 7 warnings generated. CC libcamel_provider_1_2_la-camel-sasl-login.lo camel-folder.c:2971:4: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] g_static_mutex_lock (&folder->priv->change_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:143:19: note: expanded from macro 'g_static_mutex_lock' g_mutex_lock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-folder.c:2975:5: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations] g_static_rec_mutex_lock (&folder->priv->lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179:10: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here void g_static_rec_mutex_lock (GStaticRecMutex *mutex); ^ camel-folder.c:2999:4: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] g_static_mutex_unlock (&folder->priv->change_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-folder.c:3003:5: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] g_static_rec_mutex_unlock (&folder->priv->lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ CC libcamel_provider_1_2_la-camel-sasl-ntlm.lo CC libcamel_provider_1_2_la-camel-sasl-plain.lo 28 warnings generated. CC libcamel_provider_1_2_la-camel-sasl-popb4smtp.lo camel-sasl-digest-md5.c:181:9: warning: array subscript is of type 'char' [-Wchar-subscripts] while (isspace (*inptr)) ^~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:56:44: note: expanded from macro 'isspace' #define isspace(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_S)) ^~~~ CC libcamel_provider_1_2_la-camel-sasl.lo CC libcamel_provider_1_2_la-camel-search-private.lo 1 warning generated. CC libcamel_provider_1_2_la-camel-search-sql.lo CC libcamel_provider_1_2_la-camel-search-sql-sexp.lo 8 warnings generated. 1 warning generated. CC libcamel_provider_1_2_la-camel-service.lo CC libcamel_provider_1_2_la-camel-session.lo camel-search-private.c:181:17: warning: array subscript is of type 'char' [-Wchar-subscripts] if (c == 0 || isspace (c)) { ^~~~~~~~~~~ /usr/include/sys/ctype_inline.h:56:44: note: expanded from macro 'isspace' #define isspace(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_S)) ^~~~ camel-search-private.c:188:14: warning: array subscript is of type 'char' [-Wchar-subscripts] } else if (isalpha (c)) ^~~~~~~~~~~ /usr/include/sys/ctype_inline.h:49:44: note: expanded from macro 'isalpha' #define isalpha(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_A)) ^~~~ CC libcamel_provider_1_2_la-camel-smime-context.lo CC libcamel_provider_1_2_la-camel-store-summary.lo 2 warnings generated. camel-search-sql-sexp.c:637:3: warning: variable 'res' is used uninitialized whenever 'if' condition is true [-Wsometimes-uninitialized] g_assert(0); ^~~~~~~~~~~ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/gtestutils.h:116:49: note: expanded from macro 'g_assert' if G_LIKELY (expr) ; else \ ^~~~~~~~~~~~~~~ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:376:25: note: expanded from macro 'G_LIKELY' #define G_LIKELY(expr) (__builtin_expect (_G_BOOLEAN_EXPR((expr)), 1)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ camel-search-sql-sexp.c:641:9: note: uninitialized use occurs here return res; ^~~ camel-search-sql-sexp.c:637:3: note: remove the 'if' if its condition is always false g_assert(0); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/gtestutils.h:116:46: note: expanded from macro 'g_assert' if G_LIKELY (expr) ; else \ ^ camel-search-sql-sexp.c:615:12: note: initialize the variable 'res' to silence this warning gchar *res; ^ = NULL camel-service.c:72:2: warning: 'g_static_rec_mutex_free' is deprecated [-Wdeprecated-declarations] g_static_rec_mutex_free (&service->priv->connect_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:195:10: note: 'g_static_rec_mutex_free' has been explicitly marked deprecated here void g_static_rec_mutex_free (GStaticRecMutex *mutex); ^ camel-service.c:73:2: warning: 'g_static_mutex_free' is deprecated [-Wdeprecated-declarations] g_static_mutex_free (&service->priv->connect_op_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:152:9: note: 'g_static_mutex_free' has been explicitly marked deprecated here void g_static_mutex_free (GStaticMutex *mutex); ^ camel-service.c:273:2: warning: 'g_static_rec_mutex_init' is deprecated [-Wdeprecated-declarations] g_static_rec_mutex_init (&service->priv->connect_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:176:10: note: 'g_static_rec_mutex_init' has been explicitly marked deprecated here void g_static_rec_mutex_init (GStaticRecMutex *mutex); ^ camel-service.c:274:2: warning: 'g_static_mutex_init' is deprecated [-Wdeprecated-declarations] g_static_mutex_init (&service->priv->connect_op_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:150:9: note: 'g_static_mutex_init' has been explicitly marked deprecated here void g_static_mutex_init (GStaticMutex *mutex); ^ camel-service.c:625:4: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations] g_static_rec_mutex_lock (&service->priv->connect_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179:10: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here void g_static_rec_mutex_lock (GStaticRecMutex *mutex); ^ camel-service.c:628:4: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] g_static_mutex_lock (&service->priv->connect_op_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:143:19: note: expanded from macro 'g_static_mutex_lock' g_mutex_lock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-service.c:652:4: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] g_static_rec_mutex_unlock (&service->priv->connect_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-service.c:655:4: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] g_static_mutex_unlock (&service->priv->connect_op_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ CC libcamel_provider_1_2_la-camel-store.lo camel-session.c:174:2: warning: 'g_mutex_free' is deprecated [-Wdeprecated-declarations] g_mutex_free (session->priv->lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:279:17: note: 'g_mutex_free' has been explicitly marked deprecated here void g_mutex_free (GMutex *mutex); ^ camel-session.c:175:2: warning: 'g_mutex_free' is deprecated [-Wdeprecated-declarations] g_mutex_free (session->priv->thread_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:279:17: note: 'g_mutex_free' has been explicitly marked deprecated here void g_mutex_free (GMutex *mutex); ^ camel-session.c:436:24: warning: 'g_mutex_new' is deprecated [-Wdeprecated-declarations] session->priv->lock = g_mutex_new(); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:277:17: note: 'g_mutex_new' has been explicitly marked deprecated here GMutex * g_mutex_new (void); ^ camel-session.c:437:31: warning: 'g_mutex_new' is deprecated [-Wdeprecated-declarations] session->priv->thread_lock = g_mutex_new(); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:277:17: note: 'g_mutex_new' has been explicitly marked deprecated here GMutex * g_mutex_new (void); ^ camel-sasl-popb4smtp.c:106:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] POPB4SMTP_LOCK(lock); ^ camel-sasl-popb4smtp.c:61:27: note: expanded from macro 'POPB4SMTP_LOCK' #define POPB4SMTP_LOCK(l) g_static_mutex_lock(&l) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:143:19: note: expanded from macro 'g_static_mutex_lock' g_mutex_lock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-sasl-popb4smtp.c:111:4: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] POPB4SMTP_UNLOCK(lock); ^ camel-sasl-popb4smtp.c:62:29: note: expanded from macro 'POPB4SMTP_UNLOCK' #define POPB4SMTP_UNLOCK(l) g_static_mutex_unlock(&l) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-sasl-popb4smtp.c:131:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] POPB4SMTP_UNLOCK(lock); ^ camel-sasl-popb4smtp.c:62:29: note: expanded from macro 'POPB4SMTP_UNLOCK' #define POPB4SMTP_UNLOCK(l) g_static_mutex_unlock(&l) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ 1 warning generated. 3 warnings generated. CC libcamel_provider_1_2_la-camel-tcp-stream-raw.lo 8 warnings generated. CC libcamel_provider_1_2_la-camel-tcp-stream-ssl.lo CC libcamel_provider_1_2_la-camel-tcp-stream.lo camel-store-summary.c:80:2: warning: 'g_mutex_free' is deprecated [-Wdeprecated-declarations] g_mutex_free (summary->priv->summary_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:279:17: note: 'g_mutex_free' has been explicitly marked deprecated here void g_mutex_free (GMutex *mutex); ^ camel-store-summary.c:81:2: warning: 'g_mutex_free' is deprecated [-Wdeprecated-declarations] g_mutex_free (summary->priv->io_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:279:17: note: 'g_mutex_free' has been explicitly marked deprecated here void g_mutex_free (GMutex *mutex); ^ camel-store-summary.c:82:2: warning: 'g_mutex_free' is deprecated [-Wdeprecated-declarations] g_mutex_free (summary->priv->ref_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:279:17: note: 'g_mutex_free' has been explicitly marked deprecated here void g_mutex_free (GMutex *mutex); ^ camel-store-summary.c:337:32: warning: 'g_mutex_new' is deprecated [-Wdeprecated-declarations] summary->priv->summary_lock = g_mutex_new (); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:277:17: note: 'g_mutex_new' has been explicitly marked deprecated here GMutex * g_mutex_new (void); ^ camel-store-summary.c:338:27: warning: 'g_mutex_new' is deprecated [-Wdeprecated-declarations] summary->priv->io_lock = g_mutex_new (); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:277:17: note: 'g_mutex_new' has been explicitly marked deprecated here GMutex * g_mutex_new (void); ^ camel-store-summary.c:339:28: warning: 'g_mutex_new' is deprecated [-Wdeprecated-declarations] summary->priv->ref_lock = g_mutex_new (); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:277:17: note: 'g_mutex_new' has been explicitly marked deprecated here GMutex * g_mutex_new (void); ^ CC libcamel_provider_1_2_la-camel-transport.lo CC libcamel_provider_1_2_la-camel-uid-cache.lo CC libcamel_provider_1_2_la-camel-vee-folder.lo CC libcamel_provider_1_2_la-camel-vee-store.lo 4 warnings generated. 6 warnings generated. CC libcamel_provider_1_2_la-camel-vee-summary.lo CC libcamel_provider_1_2_la-camel-vtrash-folder.lo CC libcamel_provider_1_2_la-camel-movemail.lo CC camel_lock_helper_1_2-camel-lock.o CC camel_lock_helper_1_2-camel-lock-helper.o camel-vee-folder.c:1000:2: warning: 'g_mutex_free' is deprecated [-Wdeprecated-declarations] g_mutex_free (vf->priv->summary_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:279:17: note: 'g_mutex_free' has been explicitly marked deprecated here void g_mutex_free (GMutex *mutex); ^ camel-vee-folder.c:1001:2: warning: 'g_mutex_free' is deprecated [-Wdeprecated-declarations] g_mutex_free (vf->priv->subfolder_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:279:17: note: 'g_mutex_free' has been explicitly marked deprecated here void g_mutex_free (GMutex *mutex); ^ camel-vee-folder.c:1002:2: warning: 'g_mutex_free' is deprecated [-Wdeprecated-declarations] g_mutex_free (vf->priv->changed_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:279:17: note: 'g_mutex_free' has been explicitly marked deprecated here void g_mutex_free (GMutex *mutex); ^ camel-vee-folder.c:1985:35: warning: 'g_mutex_new' is deprecated [-Wdeprecated-declarations] vee_folder->priv->summary_lock = g_mutex_new (); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:277:17: note: 'g_mutex_new' has been explicitly marked deprecated here GMutex * g_mutex_new (void); ^ camel-vee-folder.c:1986:37: warning: 'g_mutex_new' is deprecated [-Wdeprecated-declarations] vee_folder->priv->subfolder_lock = g_mutex_new (); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:277:17: note: 'g_mutex_new' has been explicitly marked deprecated here GMutex * g_mutex_new (void); ^ camel-vee-folder.c:1987:35: warning: 'g_mutex_new' is deprecated [-Wdeprecated-declarations] vee_folder->priv->changed_lock = g_mutex_new (); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:277:17: note: 'g_mutex_new' has been explicitly marked deprecated here GMutex * g_mutex_new (void); ^ camel-store.c:111:2: warning: 'g_static_rec_mutex_free' is deprecated [-Wdeprecated-declarations] g_static_rec_mutex_free (&store->priv->folder_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:195:10: note: 'g_static_rec_mutex_free' has been explicitly marked deprecated here void g_static_rec_mutex_free (GStaticRecMutex *mutex); ^ camel-store.c:393:2: warning: 'g_static_rec_mutex_init' is deprecated [-Wdeprecated-declarations] g_static_rec_mutex_init (&store->priv->folder_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:176:10: note: 'g_static_rec_mutex_init' has been explicitly marked deprecated here void g_static_rec_mutex_init (GStaticRecMutex *mutex); ^ camel-transport.c:52:2: warning: 'g_mutex_free' is deprecated [-Wdeprecated-declarations] g_mutex_free (priv->send_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:279:17: note: 'g_mutex_free' has been explicitly marked deprecated here void g_mutex_free (GMutex *mutex); ^ camel-transport.c:74:31: warning: 'g_mutex_new' is deprecated [-Wdeprecated-declarations] transport->priv->send_lock = g_mutex_new (); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:277:17: note: 'g_mutex_new' has been explicitly marked deprecated here GMutex * g_mutex_new (void); ^ camel-store.c:1691:4: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations] g_static_rec_mutex_lock (&store->priv->folder_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179:10: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here void g_static_rec_mutex_lock (GStaticRecMutex *mutex); ^ camel-store.c:1715:4: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] g_static_rec_mutex_unlock (&store->priv->folder_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ 2 warnings generated. CC camel_index_control_1_2-camel-index-control.o cp camel.pc camel-1.2.pc cp camel-provider.pc camel-provider-1.2.pc CCLD libcamel-1.2.la CCLD camel-lock-helper-1.2 4 warnings generated. 6 warnings generated. camel-index-control.c:127:2: warning: 'g_thread_init' is deprecated [-Wdeprecated-declarations] g_thread_init(NULL); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:265:10: note: 'g_thread_init' has been explicitly marked deprecated here void g_thread_init (gpointer vtable); ^ 1 warning generated. CCLD camel-index-control-1.2 CCLD libcamel-provider-1.2.la gmake[4]: Leaving directory '/data/scratch/mail/evolution-data-server/work/evolution-data-server-2.32.3/camel' Making all in providers gmake[4]: Entering directory '/data/scratch/mail/evolution-data-server/work/evolution-data-server-2.32.3/camel/providers' Making all in pop3 gmake[5]: Entering directory '/data/scratch/mail/evolution-data-server/work/evolution-data-server-2.32.3/camel/providers/pop3' CC libcamelpop3_la-camel-pop3-folder.lo CC libcamelpop3_la-camel-pop3-engine.lo CC libcamelpop3_la-camel-pop3-provider.lo CC libcamelpop3_la-camel-pop3-store.lo CC libcamelpop3_la-camel-pop3-stream.lo camel-pop3-stream.c:400:15: warning: comparison of constant 1024 with expression of type 'camel_pop3_stream_mode_t' is always false [-Wtautological-constant-out-of-range-compare] if (is->mode == CAMEL_POP3_STREAM_LINE) { ~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. CCLD libcamelpop3.la gmake[5]: Leaving directory '/data/scratch/mail/evolution-data-server/work/evolution-data-server-2.32.3/camel/providers/pop3' Making all in sendmail gmake[5]: Entering directory '/data/scratch/mail/evolution-data-server/work/evolution-data-server-2.32.3/camel/providers/sendmail' CC libcamelsendmail_la-camel-sendmail-provider.lo CC libcamelsendmail_la-camel-sendmail-transport.lo CCLD libcamelsendmail.la gmake[5]: Leaving directory '/data/scratch/mail/evolution-data-server/work/evolution-data-server-2.32.3/camel/providers/sendmail' Making all in smtp gmake[5]: Entering directory '/data/scratch/mail/evolution-data-server/work/evolution-data-server-2.32.3/camel/providers/smtp' CC libcamelsmtp_la-camel-smtp-transport.lo CC libcamelsmtp_la-camel-smtp-provider.lo camel-smtp-transport.c:1141:33: warning: array subscript is of type 'char' [-Wchar-subscripts] for (challenge = respbuf + 4; isspace (*challenge); challenge++); ^~~~~~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:56:44: note: expanded from macro 'isspace' #define isspace(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_S)) ^~~~ 1 warning generated. CCLD libcamelsmtp.la gmake[5]: Leaving directory '/data/scratch/mail/evolution-data-server/work/evolution-data-server-2.32.3/camel/providers/smtp' Making all in imap gmake[5]: Entering directory '/data/scratch/mail/evolution-data-server/work/evolution-data-server-2.32.3/camel/providers/imap' CC libcamelimap_la-camel-imap-folder.lo CC libcamelimap_la-camel-imap-message-cache.lo CC libcamelimap_la-camel-imap-command.lo CC libcamelimap_la-camel-imap-store.lo CC libcamelimap_la-camel-imap-search.lo CC libcamelimap_la-camel-imap-store-summary.lo CC libcamelimap_la-camel-imap-journal.lo CC libcamelimap_la-camel-imap-summary.lo CC libcamelimap_la-camel-imap-provider.lo CC libcamelimap_la-camel-imap-wrapper.lo CC libcamelimap_la-camel-imap-utils.lo camel-imap-folder.c:219:2: warning: 'g_static_mutex_free' is deprecated [-Wdeprecated-declarations] g_static_mutex_free (&imap_folder->priv->search_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:152:9: note: 'g_static_mutex_free' has been explicitly marked deprecated here void g_static_mutex_free (GStaticMutex *mutex); ^ camel-imap-folder.c:220:2: warning: 'g_static_rec_mutex_free' is deprecated [-Wdeprecated-declarations] g_static_rec_mutex_free (&imap_folder->priv->cache_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:195:10: note: 'g_static_rec_mutex_free' has been explicitly marked deprecated here void g_static_rec_mutex_free (GStaticRecMutex *mutex); ^ camel-imap-folder.c:306:2: warning: 'g_static_mutex_init' is deprecated [-Wdeprecated-declarations] g_static_mutex_init(&imap_folder->priv->search_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:150:9: note: 'g_static_mutex_init' has been explicitly marked deprecated here void g_static_mutex_init (GStaticMutex *mutex); ^ camel-imap-folder.c:307:2: warning: 'g_static_rec_mutex_init' is deprecated [-Wdeprecated-declarations] g_static_rec_mutex_init(&imap_folder->priv->cache_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:176:10: note: 'g_static_rec_mutex_init' has been explicitly marked deprecated here void g_static_rec_mutex_init (GStaticRecMutex *mutex); ^ camel-imap-message-cache.c:206:8: warning: array subscript is of type 'char' [-Wchar-subscripts] if (!isdigit (dname[0])) ^~~~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:51:44: note: expanded from macro 'isdigit' #define isdigit(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_D)) ^~~~ camel-imap-wrapper.c:86:2: warning: 'g_mutex_free' is deprecated [-Wdeprecated-declarations] g_mutex_free (imap_wrapper->priv->lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:279:17: note: 'g_mutex_free' has been explicitly marked deprecated here camel-imap-folder.c:536:3: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations] void g_mutex_free (GMutex *mutex); ^ CAMEL_IMAP_FOLDER_REC_LOCK (imap_folder, cache_lock); ^ ./camel-imap-private.h:28:3: note: expanded from macro 'CAMEL_IMAP_FOLDER_REC_LOCK' (g_static_rec_mutex_lock(&((CamelImapFolder *)f)->priv->l)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179:10: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here void g_static_rec_mutex_lock (GStaticRecMutex *mutex); ^ camel-imap-folder.c:538:3: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_REC_UNLOCK (imap_folder, cache_lock); ^ ./camel-imap-private.h:30:3: note: expanded from macro 'CAMEL_IMAP_FOLDER_REC_UNLOCK' (g_static_rec_mutex_unlock(&((CamelImapFolder *)f)->priv->l)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-imap-wrapper.c:151:29: warning: 'g_mutex_new' is deprecated [-Wdeprecated-declarations] imap_wrapper->priv->lock = g_mutex_new (); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:277:17: note: 'g_mutex_new' has been explicitly marked deprecated here GMutex * g_mutex_new (void); ^ camel-imap-folder.c:635:2: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_REC_LOCK (folder, cache_lock); ^ ./camel-imap-private.h:28:3: note: expanded from macro 'CAMEL_IMAP_FOLDER_REC_LOCK' (g_static_rec_mutex_lock(&((CamelImapFolder *)f)->priv->l)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179:10: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here void g_static_rec_mutex_lock (GStaticRecMutex *mutex); ^ camel-imap-folder.c:637:2: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_REC_UNLOCK (folder, cache_lock); ^ ./camel-imap-private.h:30:3: note: expanded from macro 'CAMEL_IMAP_FOLDER_REC_UNLOCK' (g_static_rec_mutex_unlock(&((CamelImapFolder *)f)->priv->l)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-imap-folder.c:1338:16: warning: address of array 'flag->name' will always evaluate to 'true' [-Wpointer-bool-conversion] if (flag->name && *flag->name) { ~~~~~~^~~~ ~~ camel-imap-folder.c:1348:15: warning: address of array 'flag->name' will always evaluate to 'true' [-Wpointer-bool-conversion] if (flag->name && *flag->name) { ~~~~~~^~~~ ~~ camel-imap-summary.c:121:13: warning: self-comparison always evaluates to false [-Wtautological-compare] return (a1 < a1) ? -1 : (a1 > a2) ? 1 : 0; ^ camel-imap-utils.c:520:14: warning: address of array 'flag->name' will always evaluate to 'true' [-Wpointer-bool-conversion] if (flag->name && *flag->name) { ~~~~~~^~~~ ~~ camel-imap-folder.c:2171:2: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_REC_LOCK (folder, cache_lock); ^ ./camel-imap-private.h:28:3: note: expanded from macro 'CAMEL_IMAP_FOLDER_REC_LOCK' (g_static_rec_mutex_lock(&((CamelImapFolder *)f)->priv->l)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179:10: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here void g_static_rec_mutex_lock (GStaticRecMutex *mutex); ^ camel-imap-folder.c:2174:2: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_REC_UNLOCK (folder, cache_lock); ^ ./camel-imap-private.h:30:3: note: expanded from macro 'CAMEL_IMAP_FOLDER_REC_UNLOCK' (g_static_rec_mutex_unlock(&((CamelImapFolder *)f)->priv->l)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-imap-folder.c:2351:3: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_REC_LOCK (folder, cache_lock); ^ ./camel-imap-private.h:28:3: note: expanded from macro 'CAMEL_IMAP_FOLDER_REC_LOCK' (g_static_rec_mutex_lock(&((CamelImapFolder *)f)->priv->l)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179:10: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here void g_static_rec_mutex_lock (GStaticRecMutex *mutex); ^ camel-imap-folder.c:2355:3: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_REC_UNLOCK (folder, cache_lock); ^ ./camel-imap-private.h:30:3: note: expanded from macro 'CAMEL_IMAP_FOLDER_REC_UNLOCK' (g_static_rec_mutex_unlock(&((CamelImapFolder *)f)->priv->l)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-imap-folder.c:2398:3: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_REC_LOCK (imap_folder, cache_lock); ^ ./camel-imap-private.h:28:3: note: expanded from macro 'CAMEL_IMAP_FOLDER_REC_LOCK' (g_static_rec_mutex_lock(&((CamelImapFolder *)f)->priv->l)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179:10: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here void g_static_rec_mutex_lock (GStaticRecMutex *mutex); ^ camel-imap-folder.c:2401:3: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_REC_UNLOCK (imap_folder, cache_lock); ^ ./camel-imap-private.h:30:3: note: expanded from macro 'CAMEL_IMAP_FOLDER_REC_UNLOCK' (g_static_rec_mutex_unlock(&((CamelImapFolder *)f)->priv->l)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-imap-folder.c:2443:2: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_REC_LOCK (source, cache_lock); ^ ./camel-imap-private.h:28:3: note: expanded from macro 'CAMEL_IMAP_FOLDER_REC_LOCK' (g_static_rec_mutex_lock(&((CamelImapFolder *)f)->priv->l)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179:10: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here void g_static_rec_mutex_lock (GStaticRecMutex *mutex); ^ camel-imap-folder.c:2444:2: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_REC_LOCK (dest, cache_lock); ^ ./camel-imap-private.h:28:3: note: expanded from macro 'CAMEL_IMAP_FOLDER_REC_LOCK' (g_static_rec_mutex_lock(&((CamelImapFolder *)f)->priv->l)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179:10: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here void g_static_rec_mutex_lock (GStaticRecMutex *mutex); ^ camel-imap-folder.c:2483:2: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_REC_UNLOCK (dest, cache_lock); ^ ./camel-imap-private.h:30:3: note: expanded from macro 'CAMEL_IMAP_FOLDER_REC_UNLOCK' (g_static_rec_mutex_unlock(&((CamelImapFolder *)f)->priv->l)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-imap-folder.c:2484:2: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_REC_UNLOCK (source, cache_lock); ^ ./camel-imap-private.h:30:3: note: expanded from macro 'CAMEL_IMAP_FOLDER_REC_UNLOCK' (g_static_rec_mutex_unlock(&((CamelImapFolder *)f)->priv->l)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-imap-folder.c:2535:3: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_REC_LOCK (source, cache_lock); ^ ./camel-imap-private.h:28:3: note: expanded from macro 'CAMEL_IMAP_FOLDER_REC_LOCK' (g_static_rec_mutex_lock(&((CamelImapFolder *)f)->priv->l)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179:10: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here void g_static_rec_mutex_lock (GStaticRecMutex *mutex); ^ camel-imap-folder.c:2536:3: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_REC_LOCK (destination, cache_lock); ^ ./camel-imap-private.h:28:3: note: expanded from macro 'CAMEL_IMAP_FOLDER_REC_LOCK' (g_static_rec_mutex_lock(&((CamelImapFolder *)f)->priv->l)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179:10: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here void g_static_rec_mutex_lock (GStaticRecMutex *mutex); ^ camel-imap-folder.c:2543:3: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_REC_UNLOCK (source, cache_lock); ^ ./camel-imap-private.h:30:3: note: expanded from macro 'CAMEL_IMAP_FOLDER_REC_UNLOCK' (g_static_rec_mutex_unlock(&((CamelImapFolder *)f)->priv->l)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-imap-folder.c:2544:3: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_REC_UNLOCK (destination, cache_lock); ^ ./camel-imap-private.h:30:3: note: expanded from macro 'CAMEL_IMAP_FOLDER_REC_UNLOCK' (g_static_rec_mutex_unlock(&((CamelImapFolder *)f)->priv->l)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-imap-folder.c:2603:3: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_REC_LOCK (source, cache_lock); ^ ./camel-imap-private.h:28:3: note: expanded from macro 'CAMEL_IMAP_FOLDER_REC_LOCK' (g_static_rec_mutex_lock(&((CamelImapFolder *)f)->priv->l)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179:10: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here void g_static_rec_mutex_lock (GStaticRecMutex *mutex); ^ camel-imap-folder.c:2604:3: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_REC_LOCK (destination, cache_lock); ^ ./camel-imap-private.h:28:3: note: expanded from macro 'CAMEL_IMAP_FOLDER_REC_LOCK' (g_static_rec_mutex_lock(&((CamelImapFolder *)f)->priv->l)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179:10: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here void g_static_rec_mutex_lock (GStaticRecMutex *mutex); ^ camel-imap-folder.c:2619:3: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_REC_UNLOCK (source, cache_lock); ^ ./camel-imap-private.h:30:3: note: expanded from macro 'CAMEL_IMAP_FOLDER_REC_UNLOCK' (g_static_rec_mutex_unlock(&((CamelImapFolder *)f)->priv->l)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-imap-folder.c:2620:3: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_REC_UNLOCK (destination, cache_lock); ^ ./camel-imap-private.h:30:3: note: expanded from macro 'CAMEL_IMAP_FOLDER_REC_UNLOCK' (g_static_rec_mutex_unlock(&((CamelImapFolder *)f)->priv->l)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-imap-folder.c:2648:3: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_REC_LOCK (source, cache_lock); ^ ./camel-imap-private.h:28:3: note: expanded from macro 'CAMEL_IMAP_FOLDER_REC_LOCK' (g_static_rec_mutex_lock(&((CamelImapFolder *)f)->priv->l)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179:10: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here void g_static_rec_mutex_lock (GStaticRecMutex *mutex); ^ camel-imap-folder.c:2658:3: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_REC_UNLOCK (source, cache_lock); ^ ./camel-imap-private.h:30:3: note: expanded from macro 'CAMEL_IMAP_FOLDER_REC_UNLOCK' (g_static_rec_mutex_unlock(&((CamelImapFolder *)f)->priv->l)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-imap-folder.c:2888:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_LOCK(folder, search_lock); ^ ./camel-imap-private.h:24:3: note: expanded from macro 'CAMEL_IMAP_FOLDER_LOCK' (g_static_mutex_lock(&((CamelImapFolder *)f)->priv->l)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:143:19: note: expanded from macro 'g_static_mutex_lock' g_mutex_lock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-imap-folder.c:2893:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_UNLOCK(folder, search_lock); ^ ./camel-imap-private.h:26:3: note: expanded from macro 'CAMEL_IMAP_FOLDER_UNLOCK' (g_static_mutex_unlock(&((CamelImapFolder *)f)->priv->l)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-imap-folder.c:2909:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_LOCK(folder, search_lock); ^ ./camel-imap-private.h:24:3: note: expanded from macro 'CAMEL_IMAP_FOLDER_LOCK' (g_static_mutex_lock(&((CamelImapFolder *)f)->priv->l)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:143:19: note: expanded from macro 'g_static_mutex_lock' g_mutex_lock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-imap-folder.c:2914:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_UNLOCK(folder, search_lock); ^ ./camel-imap-private.h:26:3: note: expanded from macro 'CAMEL_IMAP_FOLDER_UNLOCK' (g_static_mutex_unlock(&((CamelImapFolder *)f)->priv->l)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-imap-folder.c:2931:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_LOCK(folder, search_lock); ^ ./camel-imap-private.h:24:3: note: expanded from macro 'CAMEL_IMAP_FOLDER_LOCK' (g_static_mutex_lock(&((CamelImapFolder *)f)->priv->l)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:143:19: note: expanded from macro 'g_static_mutex_lock' g_mutex_lock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-imap-folder.c:2936:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_UNLOCK(folder, search_lock); ^ ./camel-imap-private.h:26:3: note: expanded from macro 'CAMEL_IMAP_FOLDER_UNLOCK' (g_static_mutex_unlock(&((CamelImapFolder *)f)->priv->l)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-imap-folder.c:2948:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_LOCK(folder, search_lock); ^ ./camel-imap-private.h:24:3: note: expanded from macro 'CAMEL_IMAP_FOLDER_LOCK' (g_static_mutex_lock(&((CamelImapFolder *)f)->priv->l)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:143:19: note: expanded from macro 'g_static_mutex_lock' g_mutex_lock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-imap-folder.c:2952:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_UNLOCK(folder, search_lock); ^ ./camel-imap-private.h:26:3: note: expanded from macro 'CAMEL_IMAP_FOLDER_UNLOCK' (g_static_mutex_unlock(&((CamelImapFolder *)f)->priv->l)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:147:21: note: expanded from macro 'g_static_mutex_unlock' g_mutex_unlock (g_static_mutex_get_mutex (mutex)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:131:34: note: expanded from macro 'g_static_mutex_get_mutex' #define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:154:9: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^ camel-imap-folder.c:4170:4: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_REC_LOCK (imap_folder, cache_lock); ^ ./camel-imap-private.h:28:3: note: expanded from macro 'CAMEL_IMAP_FOLDER_REC_LOCK' (g_static_rec_mutex_lock(&((CamelImapFolder *)f)->priv->l)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179:10: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here void g_static_rec_mutex_lock (GStaticRecMutex *mutex); ^ camel-imap-folder.c:4172:4: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_REC_UNLOCK (imap_folder, cache_lock); ^ ./camel-imap-private.h:30:3: note: expanded from macro 'CAMEL_IMAP_FOLDER_REC_UNLOCK' (g_static_rec_mutex_unlock(&((CamelImapFolder *)f)->priv->l)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-imap-folder.c:4240:2: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_REC_LOCK (imap_folder, cache_lock); ^ ./camel-imap-private.h:28:3: note: expanded from macro 'CAMEL_IMAP_FOLDER_REC_LOCK' (g_static_rec_mutex_lock(&((CamelImapFolder *)f)->priv->l)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179:10: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here void g_static_rec_mutex_lock (GStaticRecMutex *mutex); ^ camel-imap-folder.c:4245:2: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_REC_UNLOCK (imap_folder, cache_lock); ^ ./camel-imap-private.h:30:3: note: expanded from macro 'CAMEL_IMAP_FOLDER_REC_UNLOCK' (g_static_rec_mutex_unlock(&((CamelImapFolder *)f)->priv->l)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-imap-folder.c:4251:2: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_REC_LOCK (imap_folder, cache_lock); ^ ./camel-imap-private.h:28:3: note: expanded from macro 'CAMEL_IMAP_FOLDER_REC_LOCK' (g_static_rec_mutex_lock(&((CamelImapFolder *)f)->priv->l)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179:10: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here void g_static_rec_mutex_lock (GStaticRecMutex *mutex); ^ camel-imap-folder.c:4258:3: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_REC_UNLOCK (imap_folder, cache_lock); ^ ./camel-imap-private.h:30:3: note: expanded from macro 'CAMEL_IMAP_FOLDER_REC_UNLOCK' (g_static_rec_mutex_unlock(&((CamelImapFolder *)f)->priv->l)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-imap-folder.c:4277:3: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_REC_UNLOCK (imap_folder, cache_lock); ^ ./camel-imap-private.h:30:3: note: expanded from macro 'CAMEL_IMAP_FOLDER_REC_UNLOCK' (g_static_rec_mutex_unlock(&((CamelImapFolder *)f)->priv->l)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-imap-folder.c:4292:2: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_REC_UNLOCK (imap_folder, cache_lock); ^ ./camel-imap-private.h:30:3: note: expanded from macro 'CAMEL_IMAP_FOLDER_REC_UNLOCK' (g_static_rec_mutex_unlock(&((CamelImapFolder *)f)->priv->l)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-imap-folder.c:4439:4: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_REC_LOCK (imap_folder, cache_lock); ^ ./camel-imap-private.h:28:3: note: expanded from macro 'CAMEL_IMAP_FOLDER_REC_LOCK' (g_static_rec_mutex_lock(&((CamelImapFolder *)f)->priv->l)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179:10: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here void g_static_rec_mutex_lock (GStaticRecMutex *mutex); ^ camel-imap-folder.c:4443:4: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_REC_UNLOCK (imap_folder, cache_lock); ^ ./camel-imap-private.h:30:3: note: expanded from macro 'CAMEL_IMAP_FOLDER_REC_UNLOCK' (g_static_rec_mutex_unlock(&((CamelImapFolder *)f)->priv->l)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-imap-folder.c:4563:2: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_REC_LOCK (imap_folder, cache_lock); ^ ./camel-imap-private.h:28:3: note: expanded from macro 'CAMEL_IMAP_FOLDER_REC_LOCK' (g_static_rec_mutex_lock(&((CamelImapFolder *)f)->priv->l)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179:10: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here void g_static_rec_mutex_lock (GStaticRecMutex *mutex); ^ camel-imap-folder.c:4568:2: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] CAMEL_IMAP_FOLDER_REC_UNLOCK (imap_folder, cache_lock); ^ ./camel-imap-private.h:30:3: note: expanded from macro 'CAMEL_IMAP_FOLDER_REC_UNLOCK' (g_static_rec_mutex_unlock(&((CamelImapFolder *)f)->priv->l)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ 2 warnings generated. 1 warning generated. 1 warning generated. 1 warning generated. 50 warnings generated. CCLD libcamelimap.la gmake[5]: Leaving directory '/data/scratch/mail/evolution-data-server/work/evolution-data-server-2.32.3/camel/providers/imap' Making all in imapx gmake[5]: Entering directory '/data/scratch/mail/evolution-data-server/work/evolution-data-server-2.32.3/camel/providers/imapx' /usr/pkg/bin/gperf -H imapx_hash -N imapx_tokenise_struct -L ANSI-C -o -t -k1,$ camel-imapx-tokens.txt --output-file=camel-imapx-tokenise.h /usr/pkg/bin/gmake all-am gmake[6]: Entering directory '/data/scratch/mail/evolution-data-server/work/evolution-data-server-2.32.3/camel/providers/imapx' CC libcamelimapx_la-camel-imapx-utils.lo CC libcamelimapx_la-camel-imapx-provider.lo CC libcamelimapx_la-camel-imapx-store-summary.lo CC libcamelimapx_la-camel-imapx-summary.lo CC libcamelimapx_la-camel-imapx-store.lo CC libcamelimapx_la-camel-imapx-folder.lo CC libcamelimapx_la-camel-imapx-stream.lo CC libcamelimapx_la-camel-imapx-conn-manager.lo CC libcamelimapx_la-camel-imapx-server.lo CC test_imapx-test-imapx.o test-imapx.c:39:2: warning: 'g_thread_init' is deprecated [-Wdeprecated-declarations] g_thread_init (NULL); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:265:10: note: 'g_thread_init' has been explicitly marked deprecated here void g_thread_init (gpointer vtable); ^ 1 warning generated. CCLD test-imapx camel-imapx-store.c:134:2: warning: 'g_mutex_free' is deprecated [-Wdeprecated-declarations] g_mutex_free (imapx_store->get_finfo_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:279:17: note: 'g_mutex_free' has been explicitly marked deprecated here void g_mutex_free (GMutex *mutex); ^ camel-imapx-store.c:1507:27: warning: 'g_mutex_new' is deprecated [-Wdeprecated-declarations] istore->get_finfo_lock = g_mutex_new (); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:277:17: note: 'g_mutex_new' has been explicitly marked deprecated here GMutex * g_mutex_new (void); ^ camel-imapx-conn-manager.c:69:2: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations] CON_LOCK(con_man); ^ camel-imapx-conn-manager.c:32:22: note: expanded from macro 'CON_LOCK' #define CON_LOCK(x) (g_static_rec_mutex_lock(&(x)->priv->con_man_lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179:10: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here void g_static_rec_mutex_lock (GStaticRecMutex *mutex); ^ camel-imapx-conn-manager.c:76:2: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] CON_UNLOCK(con_man); ^ camel-imapx-conn-manager.c:33:24: note: expanded from macro 'CON_UNLOCK' #define CON_UNLOCK(x) (g_static_rec_mutex_unlock(&(x)->priv->con_man_lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-imapx-conn-manager.c:85:2: warning: 'g_static_rec_mutex_free' is deprecated [-Wdeprecated-declarations] g_static_rec_mutex_free (&con_man->priv->con_man_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:195:10: note: 'g_static_rec_mutex_free' has been explicitly marked deprecated here void g_static_rec_mutex_free (GStaticRecMutex *mutex); ^ camel-imapx-conn-manager.c:110:2: warning: 'g_static_rec_mutex_init' is deprecated [-Wdeprecated-declarations] g_static_rec_mutex_init (&con_man->priv->con_man_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:176:10: note: 'g_static_rec_mutex_init' has been explicitly marked deprecated here void g_static_rec_mutex_init (GStaticRecMutex *mutex); ^ camel-imapx-conn-manager.c:134:2: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations] CON_LOCK(con_man); ^ camel-imapx-conn-manager.c:32:22: note: expanded from macro 'CON_LOCK' #define CON_LOCK(x) (g_static_rec_mutex_lock(&(x)->priv->con_man_lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179:10: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here void g_static_rec_mutex_lock (GStaticRecMutex *mutex); ^ camel-imapx-conn-manager.c:149:2: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] CON_UNLOCK(con_man); ^ camel-imapx-conn-manager.c:33:24: note: expanded from macro 'CON_UNLOCK' #define CON_UNLOCK(x) (g_static_rec_mutex_unlock(&(x)->priv->con_man_lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-imapx-conn-manager.c:159:2: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations] CON_LOCK(con_man); ^ camel-imapx-conn-manager.c:32:22: note: expanded from macro 'CON_LOCK' #define CON_LOCK(x) (g_static_rec_mutex_lock(&(x)->priv->con_man_lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179:10: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here void g_static_rec_mutex_lock (GStaticRecMutex *mutex); ^ camel-imapx-conn-manager.c:185:2: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] CON_UNLOCK(con_man); ^ camel-imapx-conn-manager.c:33:24: note: expanded from macro 'CON_UNLOCK' #define CON_UNLOCK(x) (g_static_rec_mutex_unlock(&(x)->priv->con_man_lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-imapx-conn-manager.c:197:2: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations] CON_LOCK(con_man); ^ camel-imapx-conn-manager.c:32:22: note: expanded from macro 'CON_LOCK' #define CON_LOCK(x) (g_static_rec_mutex_lock(&(x)->priv->con_man_lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179:10: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here void g_static_rec_mutex_lock (GStaticRecMutex *mutex); ^ camel-imapx-conn-manager.c:238:2: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] CON_UNLOCK(con_man); ^ camel-imapx-conn-manager.c:33:24: note: expanded from macro 'CON_UNLOCK' #define CON_UNLOCK(x) (g_static_rec_mutex_unlock(&(x)->priv->con_man_lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-imapx-conn-manager.c:250:2: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations] CON_LOCK(con_man); ^ camel-imapx-conn-manager.c:32:22: note: expanded from macro 'CON_LOCK' #define CON_LOCK(x) (g_static_rec_mutex_lock(&(x)->priv->con_man_lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179:10: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here void g_static_rec_mutex_lock (GStaticRecMutex *mutex); ^ camel-imapx-conn-manager.c:261:3: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] CON_UNLOCK (con_man); ^ camel-imapx-conn-manager.c:33:24: note: expanded from macro 'CON_UNLOCK' #define CON_UNLOCK(x) (g_static_rec_mutex_unlock(&(x)->priv->con_man_lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-imapx-conn-manager.c:282:2: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] CON_UNLOCK(con_man); ^ camel-imapx-conn-manager.c:33:24: note: expanded from macro 'CON_UNLOCK' #define CON_UNLOCK(x) (g_static_rec_mutex_unlock(&(x)->priv->con_man_lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-imapx-conn-manager.c:315:2: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations] CON_LOCK(con_man); ^ camel-imapx-conn-manager.c:32:22: note: expanded from macro 'CON_LOCK' #define CON_LOCK(x) (g_static_rec_mutex_lock(&(x)->priv->con_man_lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179:10: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here void g_static_rec_mutex_lock (GStaticRecMutex *mutex); ^ camel-imapx-conn-manager.c:321:2: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] CON_UNLOCK(con_man); ^ camel-imapx-conn-manager.c:33:24: note: expanded from macro 'CON_UNLOCK' #define CON_UNLOCK(x) (g_static_rec_mutex_unlock(&(x)->priv->con_man_lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-imapx-conn-manager.c:331:2: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations] CON_LOCK(con_man); ^ camel-imapx-conn-manager.c:32:22: note: expanded from macro 'CON_LOCK' #define CON_LOCK(x) (g_static_rec_mutex_lock(&(x)->priv->con_man_lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179:10: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here void g_static_rec_mutex_lock (GStaticRecMutex *mutex); ^ camel-imapx-conn-manager.c:339:2: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] CON_UNLOCK(con_man); ^ camel-imapx-conn-manager.c:33:24: note: expanded from macro 'CON_UNLOCK' #define CON_UNLOCK(x) (g_static_rec_mutex_unlock(&(x)->priv->con_man_lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-imapx-conn-manager.c:355:2: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations] CON_LOCK(con_man); ^ camel-imapx-conn-manager.c:32:22: note: expanded from macro 'CON_LOCK' #define CON_LOCK(x) (g_static_rec_mutex_lock(&(x)->priv->con_man_lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179:10: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here void g_static_rec_mutex_lock (GStaticRecMutex *mutex); ^ camel-imapx-conn-manager.c:376:2: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] CON_UNLOCK(con_man); ^ camel-imapx-conn-manager.c:33:24: note: expanded from macro 'CON_UNLOCK' #define CON_UNLOCK(x) (g_static_rec_mutex_unlock(&(x)->priv->con_man_lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-imapx-folder.c:93:25: warning: 'g_mutex_new' is deprecated [-Wdeprecated-declarations] ifolder->search_lock = g_mutex_new (); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:277:17: note: 'g_mutex_new' has been explicitly marked deprecated here GMutex * g_mutex_new (void); ^ camel-imapx-folder.c:94:25: warning: 'g_mutex_new' is deprecated [-Wdeprecated-declarations] ifolder->stream_lock = g_mutex_new (); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:277:17: note: 'g_mutex_new' has been explicitly marked deprecated here GMutex * g_mutex_new (void); ^ camel-imapx-folder.c:142:2: warning: 'g_mutex_free' is deprecated [-Wdeprecated-declarations] g_mutex_free (folder->search_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:279:17: note: 'g_mutex_free' has been explicitly marked deprecated here void g_mutex_free (GMutex *mutex); ^ camel-imapx-folder.c:143:2: warning: 'g_mutex_free' is deprecated [-Wdeprecated-declarations] g_mutex_free (folder->stream_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:279:17: note: 'g_mutex_free' has been explicitly marked deprecated here void g_mutex_free (GMutex *mutex); ^ In file included from camel-imapx-utils.c:61: camel-imapx-tokens.txt:56:1: error: conflicting types for 'imapx_tokenise_struct' imapx_tokenise_struct (register const char *str, register size_t len) ^ camel-imapx-tokens.txt:4:24: note: previous declaration is here struct _imapx_keyword *imapx_tokenise_struct (register const char *str, register unsigned int len); ^ camel-imapx-utils.c:129:9: warning: explicitly assigning value of variable of type 'gint' (aka 'int') to itself [-Wself-assign] tok = tok; /* fixes stupid warning */ ~~~ ^ ~~~ camel-imapx-summary.c:125:13: warning: self-comparison always evaluates to false [-Wtautological-compare] return (a1 < a1) ? -1 : (a1 > a2) ? 1 : 0; ^ 1 warning and 1 error generated. Makefile:596: recipe for target 'libcamelimapx_la-camel-imapx-utils.lo' failed gmake[6]: *** [libcamelimapx_la-camel-imapx-utils.lo] Error 1 gmake[6]: *** Waiting for unfinished jobs.... 19 warnings generated. camel-imapx-server.c:843:2: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations] g_static_rec_mutex_lock (&imap->ostream_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179:10: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here void g_static_rec_mutex_lock (GStaticRecMutex *mutex); ^ camel-imapx-server.c:851:3: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] g_static_rec_mutex_unlock (&imap->ostream_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-imapx-server.c:865:2: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] g_static_rec_mutex_unlock (&imap->ostream_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-imapx-server.c:1059:2: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations] QUEUE_LOCK(is); ^ camel-imapx-server.c:58:24: note: expanded from macro 'QUEUE_LOCK' #define QUEUE_LOCK(x) (g_static_rec_mutex_lock(&(x)->queue_lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179:10: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here void g_static_rec_mutex_lock (GStaticRecMutex *mutex); ^ camel-imapx-server.c:1066:3: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] QUEUE_UNLOCK(is); ^ camel-imapx-server.c:59:26: note: expanded from macro 'QUEUE_UNLOCK' #define QUEUE_UNLOCK(x) (g_static_rec_mutex_unlock(&(x)->queue_lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-imapx-server.c:1090:2: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] QUEUE_UNLOCK(is); ^ camel-imapx-server.c:59:26: note: expanded from macro 'QUEUE_UNLOCK' #define QUEUE_UNLOCK(x) (g_static_rec_mutex_unlock(&(x)->queue_lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-imapx-server.c:1101:2: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations] QUEUE_LOCK (imap); ^ camel-imapx-server.c:58:24: note: expanded from macro 'QUEUE_LOCK' #define QUEUE_LOCK(x) (g_static_rec_mutex_lock(&(x)->queue_lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179:10: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here void g_static_rec_mutex_lock (GStaticRecMutex *mutex); ^ camel-imapx-server.c:1115:2: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] QUEUE_UNLOCK (imap); ^ camel-imapx-server.c:59:26: note: expanded from macro 'QUEUE_UNLOCK' #define QUEUE_UNLOCK(x) (g_static_rec_mutex_unlock(&(x)->queue_lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-imapx-server.c:1150:2: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations] QUEUE_LOCK(is); ^ camel-imapx-server.c:58:24: note: expanded from macro 'QUEUE_LOCK' #define QUEUE_LOCK(x) (g_static_rec_mutex_lock(&(x)->queue_lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179:10: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here void g_static_rec_mutex_lock (GStaticRecMutex *mutex); ^ camel-imapx-server.c:1162:2: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] QUEUE_UNLOCK(is); ^ camel-imapx-server.c:59:26: note: expanded from macro 'QUEUE_UNLOCK' #define QUEUE_UNLOCK(x) (g_static_rec_mutex_unlock(&(x)->queue_lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-imapx-server.c:1173:2: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations] QUEUE_LOCK(is); ^ camel-imapx-server.c:58:24: note: expanded from macro 'QUEUE_LOCK' #define QUEUE_LOCK(x) (g_static_rec_mutex_lock(&(x)->queue_lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179:10: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here void g_static_rec_mutex_lock (GStaticRecMutex *mutex); ^ camel-imapx-server.c:1187:2: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] QUEUE_UNLOCK (is); ^ camel-imapx-server.c:59:26: note: expanded from macro 'QUEUE_UNLOCK' #define QUEUE_UNLOCK(x) (g_static_rec_mutex_unlock(&(x)->queue_lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-imapx-server.c:1266:10: warning: array subscript is of type 'char' [-Wchar-subscripts] *p++ = toupper((gchar) c); ^~~~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:60:46: note: expanded from macro 'toupper' #define toupper(c) ((int)((_toupper_tab_ + 1)[(c)])) ^~~~ camel-imapx-server.c:1765:3: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations] QUEUE_LOCK(imap); ^ camel-imapx-server.c:58:24: note: expanded from macro 'QUEUE_LOCK' #define QUEUE_LOCK(x) (g_static_rec_mutex_lock(&(x)->queue_lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179:10: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here void g_static_rec_mutex_lock (GStaticRecMutex *mutex); ^ camel-imapx-server.c:1768:3: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] QUEUE_UNLOCK(imap); ^ camel-imapx-server.c:59:26: note: expanded from macro 'QUEUE_UNLOCK' #define QUEUE_UNLOCK(x) (g_static_rec_mutex_unlock(&(x)->queue_lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-imapx-server.c:1859:2: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations] QUEUE_LOCK(imap); ^ camel-imapx-server.c:58:24: note: expanded from macro 'QUEUE_LOCK' #define QUEUE_LOCK(x) (g_static_rec_mutex_lock(&(x)->queue_lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179:10: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here void g_static_rec_mutex_lock (GStaticRecMutex *mutex); ^ camel-imapx-server.c:1864:2: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] QUEUE_UNLOCK(imap); ^ camel-imapx-server.c:59:26: note: expanded from macro 'QUEUE_UNLOCK' #define QUEUE_UNLOCK(x) (g_static_rec_mutex_unlock(&(x)->queue_lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-imapx-server.c:1917:2: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations] QUEUE_LOCK(imap); ^ camel-imapx-server.c:58:24: note: expanded from macro 'QUEUE_LOCK' #define QUEUE_LOCK(x) (g_static_rec_mutex_lock(&(x)->queue_lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179:10: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here void g_static_rec_mutex_lock (GStaticRecMutex *mutex); ^ camel-imapx-server.c:1925:3: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] QUEUE_UNLOCK(imap); ^ camel-imapx-server.c:59:26: note: expanded from macro 'QUEUE_UNLOCK' #define QUEUE_UNLOCK(x) (g_static_rec_mutex_unlock(&(x)->queue_lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-imapx-server.c:1934:2: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] QUEUE_UNLOCK(imap); ^ camel-imapx-server.c:59:26: note: expanded from macro 'QUEUE_UNLOCK' #define QUEUE_UNLOCK(x) (g_static_rec_mutex_unlock(&(x)->queue_lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-imapx-server.c:1941:2: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations] QUEUE_LOCK(imap); ^ camel-imapx-server.c:58:24: note: expanded from macro 'QUEUE_LOCK' #define QUEUE_LOCK(x) (g_static_rec_mutex_lock(&(x)->queue_lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179:10: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here void g_static_rec_mutex_lock (GStaticRecMutex *mutex); ^ camel-imapx-server.c:1943:2: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] QUEUE_UNLOCK(imap); ^ camel-imapx-server.c:59:26: note: expanded from macro 'QUEUE_UNLOCK' #define QUEUE_UNLOCK(x) (g_static_rec_mutex_unlock(&(x)->queue_lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-imapx-server.c:1980:2: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations] QUEUE_LOCK(is); ^ camel-imapx-server.c:58:24: note: expanded from macro 'QUEUE_LOCK' #define QUEUE_LOCK(x) (g_static_rec_mutex_lock(&(x)->queue_lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179:10: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here void g_static_rec_mutex_lock (GStaticRecMutex *mutex); ^ camel-imapx-server.c:1982:2: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] QUEUE_UNLOCK(is); ^ camel-imapx-server.c:59:26: note: expanded from macro 'QUEUE_UNLOCK' #define QUEUE_UNLOCK(x) (g_static_rec_mutex_unlock(&(x)->queue_lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-imapx-server.c:1990:2: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations] QUEUE_LOCK(is); ^ camel-imapx-server.c:58:24: note: expanded from macro 'QUEUE_LOCK' #define QUEUE_LOCK(x) (g_static_rec_mutex_lock(&(x)->queue_lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179:10: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here void g_static_rec_mutex_lock (GStaticRecMutex *mutex); ^ camel-imapx-server.c:1992:2: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] QUEUE_UNLOCK(is); ^ camel-imapx-server.c:59:26: note: expanded from macro 'QUEUE_UNLOCK' #define QUEUE_UNLOCK(x) (g_static_rec_mutex_unlock(&(x)->queue_lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-imapx-server.c:2028:2: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations] QUEUE_LOCK (is); ^ camel-imapx-server.c:58:24: note: expanded from macro 'QUEUE_LOCK' #define QUEUE_LOCK(x) (g_static_rec_mutex_lock(&(x)->queue_lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179:10: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here void g_static_rec_mutex_lock (GStaticRecMutex *mutex); ^ camel-imapx-server.c:2030:2: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] QUEUE_UNLOCK (is); ^ camel-imapx-server.c:59:26: note: expanded from macro 'QUEUE_UNLOCK' #define QUEUE_UNLOCK(x) (g_static_rec_mutex_unlock(&(x)->queue_lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-imapx-server.c:2045:3: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations] QUEUE_LOCK (is); ^ camel-imapx-server.c:58:24: note: expanded from macro 'QUEUE_LOCK' #define QUEUE_LOCK(x) (g_static_rec_mutex_lock(&(x)->queue_lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179:10: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here void g_static_rec_mutex_lock (GStaticRecMutex *mutex); ^ camel-imapx-server.c:2047:3: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] QUEUE_UNLOCK (is); ^ camel-imapx-server.c:59:26: note: expanded from macro 'QUEUE_UNLOCK' #define QUEUE_UNLOCK(x) (g_static_rec_mutex_unlock(&(x)->queue_lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-imapx-server.c:2169:2: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations] QUEUE_LOCK (is); ^ camel-imapx-server.c:58:24: note: expanded from macro 'QUEUE_LOCK' #define QUEUE_LOCK(x) (g_static_rec_mutex_lock(&(x)->queue_lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179:10: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here void g_static_rec_mutex_lock (GStaticRecMutex *mutex); ^ camel-imapx-server.c:2180:2: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] QUEUE_UNLOCK (is); ^ camel-imapx-server.c:59:26: note: expanded from macro 'QUEUE_UNLOCK' #define QUEUE_UNLOCK(x) (g_static_rec_mutex_unlock(&(x)->queue_lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ 4 warnings generated. camel-imapx-server.c:2319:24: warning: 'g_mutex_new' is deprecated [-Wdeprecated-declarations] is->idle->idle_lock = g_mutex_new (); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:277:17: note: 'g_mutex_new' has been explicitly marked deprecated here GMutex * g_mutex_new (void); ^ camel-imapx-server.c:2347:2: warning: 'g_mutex_free' is deprecated [-Wdeprecated-declarations] g_mutex_free (idle->idle_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:279:17: note: 'g_mutex_free' has been explicitly marked deprecated here void g_mutex_free (GMutex *mutex); ^ camel-imapx-server.c:2371:23: warning: 'g_thread_create' is deprecated [-Wdeprecated-declarations] idle->idle_thread = g_thread_create ((GThreadFunc) imapx_idle_thread, is, TRUE, NULL); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:104:10: note: 'g_thread_create' has been explicitly marked deprecated here GThread *g_thread_create (GThreadFunc func, ^ camel-imapx-server.c:2411:3: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations] QUEUE_LOCK(is); ^ camel-imapx-server.c:58:24: note: expanded from macro 'QUEUE_LOCK' #define QUEUE_LOCK(x) (g_static_rec_mutex_lock(&(x)->queue_lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179:10: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here void g_static_rec_mutex_lock (GStaticRecMutex *mutex); ^ camel-imapx-server.c:2428:3: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] QUEUE_UNLOCK(is); ^ camel-imapx-server.c:59:26: note: expanded from macro 'QUEUE_UNLOCK' #define QUEUE_UNLOCK(x) (g_static_rec_mutex_unlock(&(x)->queue_lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-imapx-server.c:4651:3: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations] QUEUE_LOCK(is); ^ camel-imapx-server.c:58:24: note: expanded from macro 'QUEUE_LOCK' #define QUEUE_LOCK(x) (g_static_rec_mutex_lock(&(x)->queue_lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179:10: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here void g_static_rec_mutex_lock (GStaticRecMutex *mutex); ^ camel-imapx-server.c:4660:4: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] QUEUE_UNLOCK(is); ^ camel-imapx-server.c:59:26: note: expanded from macro 'QUEUE_UNLOCK' #define QUEUE_UNLOCK(x) (g_static_rec_mutex_unlock(&(x)->queue_lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-imapx-server.c:4665:4: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations] QUEUE_LOCK(is); ^ camel-imapx-server.c:58:24: note: expanded from macro 'QUEUE_LOCK' #define QUEUE_LOCK(x) (g_static_rec_mutex_lock(&(x)->queue_lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179:10: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here void g_static_rec_mutex_lock (GStaticRecMutex *mutex); ^ camel-imapx-server.c:4667:3: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] QUEUE_UNLOCK(is); ^ camel-imapx-server.c:59:26: note: expanded from macro 'QUEUE_UNLOCK' #define QUEUE_UNLOCK(x) (g_static_rec_mutex_unlock(&(x)->queue_lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-imapx-server.c:4764:4: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations] QUEUE_LOCK (is); ^ camel-imapx-server.c:58:24: note: expanded from macro 'QUEUE_LOCK' #define QUEUE_LOCK(x) (g_static_rec_mutex_lock(&(x)->queue_lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179:10: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here void g_static_rec_mutex_lock (GStaticRecMutex *mutex); ^ camel-imapx-server.c:4766:4: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] QUEUE_UNLOCK (is); ^ camel-imapx-server.c:59:26: note: expanded from macro 'QUEUE_UNLOCK' #define QUEUE_UNLOCK(x) (g_static_rec_mutex_unlock(&(x)->queue_lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-imapx-server.c:4778:2: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations] QUEUE_LOCK(is); ^ camel-imapx-server.c:58:24: note: expanded from macro 'QUEUE_LOCK' #define QUEUE_LOCK(x) (g_static_rec_mutex_lock(&(x)->queue_lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179:10: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here void g_static_rec_mutex_lock (GStaticRecMutex *mutex); ^ camel-imapx-server.c:4780:2: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] QUEUE_UNLOCK(is); ^ camel-imapx-server.c:59:26: note: expanded from macro 'QUEUE_UNLOCK' #define QUEUE_UNLOCK(x) (g_static_rec_mutex_unlock(&(x)->queue_lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-imapx-server.c:4786:2: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations] QUEUE_LOCK (is); ^ camel-imapx-server.c:58:24: note: expanded from macro 'QUEUE_LOCK' #define QUEUE_LOCK(x) (g_static_rec_mutex_lock(&(x)->queue_lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179:10: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here void g_static_rec_mutex_lock (GStaticRecMutex *mutex); ^ camel-imapx-server.c:4792:2: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] QUEUE_UNLOCK (is); ^ camel-imapx-server.c:59:26: note: expanded from macro 'QUEUE_UNLOCK' #define QUEUE_UNLOCK(x) (g_static_rec_mutex_unlock(&(x)->queue_lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-imapx-server.c:4808:2: warning: 'g_static_rec_mutex_free' is deprecated [-Wdeprecated-declarations] g_static_rec_mutex_free(&is->queue_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:195:10: note: 'g_static_rec_mutex_free' has been explicitly marked deprecated here void g_static_rec_mutex_free (GStaticRecMutex *mutex); ^ camel-imapx-server.c:4809:2: warning: 'g_static_rec_mutex_free' is deprecated [-Wdeprecated-declarations] g_static_rec_mutex_free (&is->ostream_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:195:10: note: 'g_static_rec_mutex_free' has been explicitly marked deprecated here void g_static_rec_mutex_free (GStaticRecMutex *mutex); ^ camel-imapx-server.c:4845:2: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations] QUEUE_LOCK(server); ^ camel-imapx-server.c:58:24: note: expanded from macro 'QUEUE_LOCK' #define QUEUE_LOCK(x) (g_static_rec_mutex_lock(&(x)->queue_lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179:10: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here void g_static_rec_mutex_lock (GStaticRecMutex *mutex); ^ camel-imapx-server.c:4851:2: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] QUEUE_UNLOCK(server); ^ camel-imapx-server.c:59:26: note: expanded from macro 'QUEUE_UNLOCK' #define QUEUE_UNLOCK(x) (g_static_rec_mutex_unlock(&(x)->queue_lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-imapx-server.c:4923:2: warning: 'g_static_rec_mutex_init' is deprecated [-Wdeprecated-declarations] g_static_rec_mutex_init (&is->queue_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:176:10: note: 'g_static_rec_mutex_init' has been explicitly marked deprecated here void g_static_rec_mutex_init (GStaticRecMutex *mutex); ^ camel-imapx-server.c:4924:2: warning: 'g_static_rec_mutex_init' is deprecated [-Wdeprecated-declarations] g_static_rec_mutex_init (&is->ostream_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:176:10: note: 'g_static_rec_mutex_init' has been explicitly marked deprecated here void g_static_rec_mutex_init (GStaticRecMutex *mutex); ^ camel-imapx-server.c:4953:2: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations] g_static_rec_mutex_lock (&is->ostream_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179:10: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here void g_static_rec_mutex_lock (GStaticRecMutex *mutex); ^ camel-imapx-server.c:4981:2: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] g_static_rec_mutex_unlock (&is->ostream_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-imapx-server.c:5000:2: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations] g_static_rec_mutex_lock (&is->ostream_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179:10: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here void g_static_rec_mutex_lock (GStaticRecMutex *mutex); ^ camel-imapx-server.c:5002:2: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] g_static_rec_mutex_unlock (&is->ostream_lock); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-imapx-server.c:5007:22: warning: 'g_thread_create' is deprecated [-Wdeprecated-declarations] is->parser_thread = g_thread_create((GThreadFunc) imapx_parser_thread, is, TRUE, NULL); ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:104:10: note: 'g_thread_create' has been explicitly marked deprecated here GThread *g_thread_create (GThreadFunc func, ^ camel-imapx-server.c:5022:2: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations] QUEUE_LOCK (is); ^ camel-imapx-server.c:58:24: note: expanded from macro 'QUEUE_LOCK' #define QUEUE_LOCK(x) (g_static_rec_mutex_lock(&(x)->queue_lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179:10: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here void g_static_rec_mutex_lock (GStaticRecMutex *mutex); ^ camel-imapx-server.c:5030:3: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] QUEUE_UNLOCK (is); ^ camel-imapx-server.c:59:26: note: expanded from macro 'QUEUE_UNLOCK' #define QUEUE_UNLOCK(x) (g_static_rec_mutex_unlock(&(x)->queue_lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-imapx-server.c:5049:3: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] QUEUE_UNLOCK (is); ^ camel-imapx-server.c:59:26: note: expanded from macro 'QUEUE_UNLOCK' #define QUEUE_UNLOCK(x) (g_static_rec_mutex_unlock(&(x)->queue_lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-imapx-server.c:5073:2: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] QUEUE_UNLOCK (is); ^ camel-imapx-server.c:59:26: note: expanded from macro 'QUEUE_UNLOCK' #define QUEUE_UNLOCK(x) (g_static_rec_mutex_unlock(&(x)->queue_lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-imapx-server.c:5252:2: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations] QUEUE_LOCK (is); ^ camel-imapx-server.c:58:24: note: expanded from macro 'QUEUE_LOCK' #define QUEUE_LOCK(x) (g_static_rec_mutex_lock(&(x)->queue_lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179:10: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here void g_static_rec_mutex_lock (GStaticRecMutex *mutex); ^ camel-imapx-server.c:5255:3: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] QUEUE_UNLOCK (is); ^ camel-imapx-server.c:59:26: note: expanded from macro 'QUEUE_UNLOCK' #define QUEUE_UNLOCK(x) (g_static_rec_mutex_unlock(&(x)->queue_lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-imapx-server.c:5272:2: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] QUEUE_UNLOCK (is); ^ camel-imapx-server.c:59:26: note: expanded from macro 'QUEUE_UNLOCK' #define QUEUE_UNLOCK(x) (g_static_rec_mutex_unlock(&(x)->queue_lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-imapx-server.c:5371:22: warning: address of array 'uflags->name' will always evaluate to 'true' [-Wpointer-bool-conversion] else if (uflags->name && *uflags->name) ~~~~~~~~^~~~ ~~ camel-imapx-server.c:5428:2: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations] QUEUE_LOCK (is); ^ camel-imapx-server.c:58:24: note: expanded from macro 'QUEUE_LOCK' #define QUEUE_LOCK(x) (g_static_rec_mutex_lock(&(x)->queue_lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179:10: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here void g_static_rec_mutex_lock (GStaticRecMutex *mutex); ^ camel-imapx-server.c:5434:3: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] QUEUE_UNLOCK (is); ^ camel-imapx-server.c:59:26: note: expanded from macro 'QUEUE_UNLOCK' #define QUEUE_UNLOCK(x) (g_static_rec_mutex_unlock(&(x)->queue_lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-imapx-server.c:5451:2: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] QUEUE_UNLOCK (is); ^ camel-imapx-server.c:59:26: note: expanded from macro 'QUEUE_UNLOCK' #define QUEUE_UNLOCK(x) (g_static_rec_mutex_unlock(&(x)->queue_lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-imapx-server.c:5481:2: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations] QUEUE_LOCK (is); ^ camel-imapx-server.c:58:24: note: expanded from macro 'QUEUE_LOCK' #define QUEUE_LOCK(x) (g_static_rec_mutex_lock(&(x)->queue_lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179:10: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here void g_static_rec_mutex_lock (GStaticRecMutex *mutex); ^ camel-imapx-server.c:5484:3: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] QUEUE_UNLOCK (is); ^ camel-imapx-server.c:59:26: note: expanded from macro 'QUEUE_UNLOCK' #define QUEUE_UNLOCK(x) (g_static_rec_mutex_unlock(&(x)->queue_lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-imapx-server.c:5496:2: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] QUEUE_UNLOCK (is); ^ camel-imapx-server.c:59:26: note: expanded from macro 'QUEUE_UNLOCK' #define QUEUE_UNLOCK(x) (g_static_rec_mutex_unlock(&(x)->queue_lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ camel-imapx-server.c:5671:2: warning: 'g_static_rec_mutex_lock' is deprecated [-Wdeprecated-declarations] QUEUE_LOCK(is); ^ camel-imapx-server.c:58:24: note: expanded from macro 'QUEUE_LOCK' #define QUEUE_LOCK(x) (g_static_rec_mutex_lock(&(x)->queue_lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:179:10: note: 'g_static_rec_mutex_lock' has been explicitly marked deprecated here void g_static_rec_mutex_lock (GStaticRecMutex *mutex); ^ camel-imapx-server.c:5688:2: warning: 'g_static_rec_mutex_unlock' is deprecated [-Wdeprecated-declarations] QUEUE_UNLOCK(is); ^ camel-imapx-server.c:59:26: note: expanded from macro 'QUEUE_UNLOCK' #define QUEUE_UNLOCK(x) (g_static_rec_mutex_unlock(&(x)->queue_lock)) ^ /data/scratch/mail/evolution-data-server/work/.buildlink/include/glib/glib-2.0/glib/deprecated/gthread.h:185:10: note: 'g_static_rec_mutex_unlock' has been explicitly marked deprecated here void g_static_rec_mutex_unlock (GStaticRecMutex *mutex); ^ 1 warning generated. 2 warnings generated. 74 warnings generated. gmake[6]: Leaving directory '/data/scratch/mail/evolution-data-server/work/evolution-data-server-2.32.3/camel/providers/imapx' Makefile:466: recipe for target 'all' failed gmake[5]: *** [all] Error 2 gmake[5]: Leaving directory '/data/scratch/mail/evolution-data-server/work/evolution-data-server-2.32.3/camel/providers/imapx' Makefile:417: recipe for target 'all-recursive' failed gmake[4]: *** [all-recursive] Error 1 gmake[4]: Leaving directory '/data/scratch/mail/evolution-data-server/work/evolution-data-server-2.32.3/camel/providers' Makefile:2297: recipe for target 'all-recursive' failed gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory '/data/scratch/mail/evolution-data-server/work/evolution-data-server-2.32.3/camel' Makefile:984: recipe for target 'all' failed gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory '/data/scratch/mail/evolution-data-server/work/evolution-data-server-2.32.3/camel' Makefile:554: recipe for target 'all-recursive' failed gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory '/data/scratch/mail/evolution-data-server/work/evolution-data-server-2.32.3' Makefile:459: recipe for target 'all' failed gmake: *** [all] Error 2 *** Error code 2 Stop. make[1]: stopped in /data/pkgsrc/mail/evolution-data-server *** Error code 1 Stop. make: stopped in /data/pkgsrc/mail/evolution-data-server