"Handle" a couple of cases in the switch statement by adding them to the

"not supported" case, to suppress compiler warnings.

svn path=/trunk/; revision=14811
This commit is contained in:
Guy Harris 2005-06-28 22:01:18 +00:00
parent c1b4b3a760
commit 3f01c028ba
1 changed files with 2 additions and 0 deletions

View File

@ -322,6 +322,8 @@ voip_calls_on_filter (GtkButton *button _U_,
gtk_entry_append_text(GTK_ENTRY(main_display_filter_widget), filter_string_fwd->str);
break;
case VOIP_MGCP:
case VOIP_AC_ISDN:
case VOIP_AC_CAS:
/* XXX - not supported */
break;
}