Commit: fc0875a4a0e383bafc1aaaf9f25f8c90bda38660
Parent: 808be93a11a54074aba901718d37aacaaa292356
Author: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Committer: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Date: 2021-04-02 20:50:53
Tree: 524e80d61b5a6dcb3115161cc351ae86f7269389

obex: Fix warnings cause by using of deprecated APIs obexd/src/main.c: In function 'main': obexd/src/main.c:237:13: warning: Deprecated pre-processor symbol 237 | if (g_thread_supported() == FALSE) | ^~~~~~~~~~~~~~~~~~~~~~~ obexd/src/main.c:238:3: warning: 'g_thread_init' is deprecated [-Wdeprecated-declarations] 238 | g_thread_init(NULL); | ^~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:111, from obexd/src/main.c:31: /usr/include/glib-2.0/glib/deprecated/gthread.h:261:10: note: declared here 261 | void g_thread_init (gpointer vtable); | ^~~~~~~~~~~~~

Diffstat

M obexd/plugins/phonebook-tracker.c | 1 -
M obexd/src/main.c | 5 - - - - -

2 files changed, 0 insertions(+), 6 deletions(-)

View Full Diff | Patch