open-hpi / openhpi

Other
6 stars 10 forks source link

snmp_bc has many deprecated glib warnings #1988

Closed mohandev2 closed 6 years ago

mohandev2 commented 6 years ago

snmp_bc plugin has many deprecated compiler warnings. The following is the list snmp_bc.c:48:7: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc.c:48:7: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc.c:64:17: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc.c:69:9: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc.c:104:2: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc.c:104:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc.c:107:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc.c:115:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc.c:122:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc.c:130:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc.c:147:9: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc.c:180:2: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc.c:180:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc.c:183:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc.c:191:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc.c:203:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc.c:220:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc.c:256:2: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc.c:256:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc.c:260:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc.c:266:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc.c:270:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_annunciator.c:59:2: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc_annunciator.c:59:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc_annunciator.c:63:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_annunciator.c:68:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_annunciator.c:74:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_annunciator.c:117:2: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc_annunciator.c:117:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc_annunciator.c:121:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_annunciator.c:126:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_annunciator.c:131:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_annunciator.c:175:2: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc_annunciator.c:175:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc_annunciator.c:179:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_annunciator.c:184:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_annunciator.c:190:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_annunciator.c:232:2: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc_annunciator.c:232:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc_annunciator.c:236:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_annunciator.c:241:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_annunciator.c:247:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_annunciator.c:291:2: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc_annunciator.c:291:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc_annunciator.c:295:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_annunciator.c:300:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_annunciator.c:306:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_annunciator.c:348:2: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc_annunciator.c:348:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc_annunciator.c:352:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_annunciator.c:357:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_annunciator.c:363:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_annunciator.c:405:2: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc_annunciator.c:405:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc_annunciator.c:409:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_annunciator.c:414:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_annunciator.c:420:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_control.c:66:2: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc_control.c:66:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc_control.c:72:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_control.c:77:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_control.c:84:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_control.c:91:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_control.c:96:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_control.c:100:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_control.c:108:9: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_control.c:120:4: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_control.c:156:7: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_control.c:161:6: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_control.c:170:4: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_control.c:174:4: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_control.c:178:4: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_control.c:182:4: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_control.c:187:4: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_control.c:195:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_control.c:247:2: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc_control.c:247:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc_control.c:251:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_control.c:256:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_control.c:263:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_control.c:270:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_control.c:277:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_control.c:302:5: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_control.c:309:5: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_control.c:322:5: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_control.c:336:5: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_control.c:342:4: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_control.c:346:4: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_control.c:350:4: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_control.c:354:4: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_control.c:358:4: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_control.c:368:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_discover.c:58:9: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc_discover.c:58:9: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc_discover.c:64:17: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_discover.c:70:17: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_discover.c:137:9: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_discover_bc.c:3985:11: warning: variable 'err' set but not used [-Wunused-but-set-variable] snmp_bc_event.c:1539:11: warning: variable 'err' set but not used [-Wunused-but-set-variable] snmp_bc_inventory.c:112:2: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc_inventory.c:112:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc_inventory.c:123:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_inventory.c:181:2: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc_inventory.c:181:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc_inventory.c:210:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_inventory.c:310:2: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc_inventory.c:310:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc_inventory.c:352:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_inventory.c:625:22: warning: variable 'custom_handle' set but not used [-Wunused-but-set-variable] snmp_bc_hotswap.c:54:2: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc_hotswap.c:54:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc_hotswap.c:58:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_hotswap.c:63:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_hotswap.c:70:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_hotswap.c:77:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_hotswap.c:123:2: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc_hotswap.c:123:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc_hotswap.c:127:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_hotswap.c:132:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_hotswap.c:139:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_hotswap.c:145:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_hotswap.c:158:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_hotswap.c:204:2: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc_hotswap.c:204:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc_hotswap.c:208:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_hotswap.c:213:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_hotswap.c:220:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_hotswap.c:232:5: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_hotswap.c:237:4: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_hotswap.c:250:5: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_hotswap.c:255:4: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_hotswap.c:260:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_hotswap.c:299:2: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc_hotswap.c:299:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc_hotswap.c:303:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_hotswap.c:309:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_hotswap.c:314:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_hotswap.c:359:2: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc_hotswap.c:359:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc_hotswap.c:363:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_hotswap.c:369:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_hotswap.c:374:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_power.c:58:2: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc_power.c:58:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc_power.c:62:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_power.c:67:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_power.c:74:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_power.c:79:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_power.c:102:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_power.c:145:2: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc_power.c:145:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc_power.c:149:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_power.c:154:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_power.c:161:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_power.c:166:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_power.c:206:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_reset.c:55:2: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc_reset.c:55:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc_reset.c:59:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_reset.c:64:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_reset.c:70:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_reset.c:117:2: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc_reset.c:117:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc_reset.c:121:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_reset.c:126:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_reset.c:133:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_reset.c:139:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_reset.c:155:4: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_reset.c:161:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_reset.c:165:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_reset.c:170:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sel.c:92:9: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc_sel.c:92:9: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc_sel.c:123:33: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sel.c:131:17: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sel.c:140:17: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sel.c:149:9: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sel.c:194:9: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc_sel.c:194:9: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc_sel.c:212:25: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sel.c:229:17: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sel.c:232:9: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sel.c:254:12: warning: variable 'err' set but not used [-Wunused-but-set-variable] snmp_bc_sel.c:743:2: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc_sel.c:743:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc_sel.c:761:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sel.c:766:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sel.c:1091:2: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc_sel.c:1091:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc_sel.c:1094:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sel.c:1110:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sel.c:1118:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:64:2: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:64:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:68:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:73:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:80:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:86:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:92:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:132:4: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:148:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:169:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:471:18: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:529:2: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:529:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:533:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:538:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:545:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:552:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:559:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:566:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:566:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:566:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:568:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:568:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:568:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:570:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:570:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:570:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:572:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:572:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:572:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:574:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:574:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:574:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:576:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:576:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:576:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:603:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:603:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:603:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:606:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:606:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:606:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:616:4: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:622:4: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:631:4: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:692:4: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:704:4: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:710:4: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:719:4: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:781:4: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:788:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:793:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:878:2: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:878:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:882:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:887:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:894:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:901:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:907:7: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:914:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:918:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:919:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:920:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:921:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:922:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:923:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:924:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:925:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:929:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:936:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:936:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:937:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:937:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:938:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:938:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:939:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:939:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:940:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:940:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:941:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:941:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:944:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:944:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:945:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:945:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:947:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1119:2: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1119:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1123:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1128:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1135:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1142:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1148:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1185:2: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1185:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1189:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1194:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1201:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1210:4: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1221:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1225:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1262:2: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1262:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1266:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1271:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1278:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1285:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1291:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1328:2: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1328:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1333:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1338:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1345:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1355:4: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1366:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1370:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1409:2: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1409:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1413:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1418:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1425:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1432:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1446:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1496:2: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1496:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1500:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1505:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1512:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1522:4: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1532:4: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1538:5: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1589:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1593:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1620:22: warning: variable 'custom_handle' set but not used [-Wunused-but-set-variable] snmp_bc_sensor.c:1615:11: warning: variable 'err' set but not used [-Wunused-but-set-variable] snmp_bc_sensor.c:1681:22: warning: variable 'custom_handle' set but not used [-Wunused-but-set-variable] snmp_bc_sensor.c:1676:11: warning: variable 'err' set but not used [-Wunused-but-set-variable] snmp_bc_sensor.c:1736:11: warning: variable 'err' set but not used [-Wunused-but-set-variable] snmp_bc_sensor.c:1790:22: warning: variable 'custom_handle' set but not used [-Wunused-but-set-variable] snmp_bc_sensor.c:1830:11: warning: variable 'err' set but not used [-Wunused-but-set-variable] snmp_bc_session.c:91:2: warning: 'g_static_rec_mutex_init' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:176): Use 'g_rec_mutex_init' instead [-Wdeprecated-declarations] snmp_bc_xml2event.c:61:9: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc_xml2event.c:61:9: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc_xml2event.c:66:17: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_xml2event.c:79:17: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_xml2event.c:96:17: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_xml2event.c:105:17: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_xml2event.c:109:9: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_xml2event.c:123:9: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc_xml2event.c:123:9: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc_xml2event.c:126:9: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc.c:48:7: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc.c:48:7: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc.c:64:17: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc.c:69:9: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc.c:104:2: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc.c:104:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc.c:107:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc.c:115:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc.c:122:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc.c:130:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc.c:147:9: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc.c:180:2: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc.c:180:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc.c:183:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc.c:191:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc.c:203:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc.c:220:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc.c:256:2: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc.c:256:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc.c:260:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc.c:266:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc.c:270:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_annunciator.c:59:2: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc_annunciator.c:59:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc_annunciator.c:63:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_annunciator.c:68:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_annunciator.c:74:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_annunciator.c:117:2: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc_annunciator.c:117:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc_annunciator.c:121:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_annunciator.c:126:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_annunciator.c:131:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_annunciator.c:175:2: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc_annunciator.c:175:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc_annunciator.c:179:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_annunciator.c:184:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_annunciator.c:190:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_annunciator.c:232:2: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc_annunciator.c:232:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc_annunciator.c:236:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_annunciator.c:241:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_annunciator.c:247:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_annunciator.c:291:2: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc_annunciator.c:291:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc_annunciator.c:295:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_annunciator.c:300:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_annunciator.c:306:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_annunciator.c:348:2: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc_annunciator.c:348:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc_annunciator.c:352:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_annunciator.c:357:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_annunciator.c:363:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_annunciator.c:405:2: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc_annunciator.c:405:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc_annunciator.c:409:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_annunciator.c:414:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_annunciator.c:420:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_control.c:66:2: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc_control.c:66:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc_control.c:72:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_control.c:77:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_control.c:84:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_control.c:91:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_control.c:96:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_control.c:100:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_control.c:108:9: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_control.c:120:4: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_control.c:156:7: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_control.c:161:6: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_control.c:170:4: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_control.c:174:4: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_control.c:178:4: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_control.c:182:4: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_control.c:187:4: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_control.c:195:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_control.c:247:2: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc_control.c:247:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc_control.c:251:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_control.c:256:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_control.c:263:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_control.c:270:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_control.c:277:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_control.c:302:5: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_control.c:309:5: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_control.c:322:5: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_control.c:336:5: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_control.c:342:4: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_control.c:346:4: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_control.c:350:4: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_control.c:354:4: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_control.c:358:4: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_control.c:368:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_discover.c:58:9: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc_discover.c:58:9: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc_discover.c:64:17: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_discover.c:70:17: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_discover.c:137:9: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_discover_bc.c:3985:11: warning: variable 'err' set but not used [-Wunused-but-set-variable] snmp_bc_event.c:1539:11: warning: variable 'err' set but not used [-Wunused-but-set-variable] snmp_bc_hotswap.c:54:2: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc_hotswap.c:54:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc_hotswap.c:58:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_hotswap.c:63:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_hotswap.c:70:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_hotswap.c:77:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_hotswap.c:123:2: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc_hotswap.c:123:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc_hotswap.c:127:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_hotswap.c:132:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_hotswap.c:139:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_hotswap.c:145:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_hotswap.c:158:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_hotswap.c:204:2: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc_hotswap.c:204:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc_hotswap.c:208:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_hotswap.c:213:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_hotswap.c:220:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_hotswap.c:232:5: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_hotswap.c:237:4: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_hotswap.c:250:5: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_hotswap.c:255:4: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_hotswap.c:260:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_hotswap.c:299:2: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc_hotswap.c:299:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc_hotswap.c:303:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_hotswap.c:309:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_hotswap.c:314:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_hotswap.c:359:2: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc_hotswap.c:359:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc_hotswap.c:363:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_hotswap.c:369:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_hotswap.c:374:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_inventory.c:112:2: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc_inventory.c:112:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc_inventory.c:123:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_inventory.c:181:2: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc_inventory.c:181:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc_inventory.c:210:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_inventory.c:310:2: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc_inventory.c:310:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc_inventory.c:352:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_inventory.c:625:22: warning: variable 'custom_handle' set but not used [-Wunused-but-set-variable] snmp_bc_power.c:58:2: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc_power.c:58:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc_power.c:62:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_power.c:67:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_power.c:74:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_power.c:79:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_power.c:102:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_power.c:145:2: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc_power.c:145:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc_power.c:149:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_power.c:154:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_power.c:161:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_power.c:166:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_power.c:206:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_reset.c:55:2: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc_reset.c:55:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc_reset.c:59:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_reset.c:64:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_reset.c:70:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_reset.c:117:2: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc_reset.c:117:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc_reset.c:121:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_reset.c:126:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_reset.c:133:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_reset.c:139:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_reset.c:155:4: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_reset.c:161:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_reset.c:165:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_reset.c:170:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sel.c:92:9: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc_sel.c:92:9: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc_sel.c:123:33: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sel.c:131:17: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sel.c:140:17: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sel.c:149:9: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sel.c:194:9: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc_sel.c:194:9: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc_sel.c:212:25: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sel.c:229:17: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sel.c:232:9: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sel.c:254:12: warning: variable 'err' set but not used [-Wunused-but-set-variable] snmp_bc_sel.c:743:2: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc_sel.c:743:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc_sel.c:761:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sel.c:766:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sel.c:1091:2: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc_sel.c:1091:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc_sel.c:1094:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sel.c:1110:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sel.c:1118:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:64:2: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:64:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:68:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:73:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:80:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:86:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:92:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:132:4: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:148:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:169:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:471:18: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:529:2: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:529:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:533:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:538:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:545:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:552:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:559:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:566:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:566:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:566:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:568:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:568:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:568:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:570:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:570:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:570:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:572:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:572:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:572:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:574:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:574:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:574:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:576:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:576:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:576:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:603:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:603:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:603:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:606:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:606:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:606:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:616:4: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:622:4: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:631:4: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:692:4: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:704:4: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:710:4: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:719:4: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:781:4: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:788:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:793:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:878:2: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:878:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:882:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:887:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:894:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:901:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:907:7: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:914:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:918:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:919:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:920:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:921:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:922:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:923:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:924:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:925:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:929:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:936:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:936:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:937:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:937:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:938:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:938:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:939:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:939:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:940:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:940:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:941:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:941:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:944:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:944:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:945:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:945:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:947:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1119:2: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1119:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1123:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1128:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1135:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1142:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1148:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1185:2: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1185:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1189:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1194:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1201:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1210:4: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1221:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1225:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1262:2: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1262:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1266:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1271:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1278:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1285:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1291:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1328:2: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1328:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1333:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1338:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1345:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1355:4: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1366:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1370:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1409:2: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1409:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1413:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1418:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1425:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1432:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1446:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1496:2: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1496:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1500:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1505:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1512:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1522:4: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1532:4: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1538:5: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1589:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1593:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_sensor.c:1620:22: warning: variable 'custom_handle' set but not used [-Wunused-but-set-variable] snmp_bc_sensor.c:1615:11: warning: variable 'err' set but not used [-Wunused-but-set-variable] snmp_bc_sensor.c:1681:22: warning: variable 'custom_handle' set but not used [-Wunused-but-set-variable] snmp_bc_sensor.c:1676:11: warning: variable 'err' set but not used [-Wunused-but-set-variable] snmp_bc_sensor.c:1736:11: warning: variable 'err' set but not used [-Wunused-but-set-variable] snmp_bc_sensor.c:1790:22: warning: variable 'custom_handle' set but not used [-Wunused-but-set-variable] snmp_bc_sensor.c:1830:11: warning: variable 'err' set but not used [-Wunused-but-set-variable] snmp_bc_session.c:91:2: warning: 'g_static_rec_mutex_init' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:176): Use 'g_rec_mutex_init' instead [-Wdeprecated-declarations] snmp_bc_xml2event.c:61:9: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc_xml2event.c:61:9: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc_xml2event.c:66:17: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_xml2event.c:79:17: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_xml2event.c:96:17: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_xml2event.c:105:17: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_xml2event.c:109:9: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations] snmp_bc_xml2event.c:123:9: warning: 'g_static_rec_mutex_trylock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:182): Use 'g_rec_mutex_try_lock' instead [-Wdeprecated-declarations] snmp_bc_xml2event.c:123:9: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations] snmp_bc_xml2event.c:126:9: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]

Reported by: mohandev2

Original Ticket: openhpi/bugs/1988