Skip to content
Snippets Groups Projects
Commit d3cf0b69 authored by Rafaël Carré's avatar Rafaël Carré
Browse files

Fix warnings found by clang

parent 49f272ab
No related branches found
No related tags found
No related merge requests found
......@@ -691,7 +691,7 @@ process_dialing (callable_obj_t *c, guint keyval, gchar *key)
sflphone_place_call (c);
break;
case 65307: /* ESCAPE */
sflphone_hang_up (c);
sflphone_hang_up ();
break;
case 65288: { /* BACKSPACE */
/* Brackets mandatory because of local vars */
......@@ -865,7 +865,7 @@ sflphone_keypad (guint keyval, gchar * key)
calllist_remove_call(current_calls, c->_callID);
break;
case 65307: /* ESCAPE */
sflphone_unset_transfert (c);
sflphone_unset_transfert ();
break;
default: // When a call is on transfert, typing new numbers will add it to c->_peer_number
process_dialing (c, keyval, key);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment