8287ee75584a2ff688bf4098b26aaddf32164bfe
src/binder_voicecall.c: In function 'binder_voicecall_list_find_call_with_id':
src/binder_voicecall.c:377:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
for (GSList* l = list; l; l = l->next) {
^
src/binder_voicecall.c: In function 'binder_voicecall_merge_call_lists':
src/binder_voicecall.c:403:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
for (GSList* l = self->calls; l; l = l->next) {
^
src/binder_voicecall.c: In function 'binder_voicecall_call_state_changed_event':
src/binder_voicecall.c:1386:13: warning: unused variable 'ind_code' [-Wunused-variable]
guint32 ind_code = self->interface_aidl == RADIO_VOICE_INTERFACE ?
^
Binder based ofono plugin. Integrates Sailfish OS fork of ofono with Android adaptations which support IRadio family of binder interfaces. This plugin is a replacement for ofono-ril-plugin. For reliable startup, /etc/ofono/binder.conf has to list all expected slots, for example: [Settings] ExpectSlots = slot1,slot2
Description
Languages
C
98.4%
Makefile
1.5%
Shell
0.1%