diff options
author | Anders Broman <anders.broman@ericsson.com> | 2012-03-09 14:20:53 +0000 |
---|---|---|
committer | Anders Broman <anders.broman@ericsson.com> | 2012-03-09 14:20:53 +0000 |
commit | d862ce97e36c6348873e3913600b884451e49ab0 (patch) | |
tree | dc355f7092d31a16c39534e21307b02ac2a0ffff /ui/gtk/expert_comp_dlg.c | |
parent | f6919f2b50ab7fbe7d52884141b0af6c66646565 (diff) | |
download | wireshark-d862ce97e36c6348873e3913600b884451e49ab0.tar.gz wireshark-d862ce97e36c6348873e3913600b884451e49ab0.tar.bz2 wireshark-d862ce97e36c6348873e3913600b884451e49ab0.zip |
Mark an unused parameter as such.
svn path=/trunk/; revision=41452
Diffstat (limited to 'ui/gtk/expert_comp_dlg.c')
-rw-r--r-- | ui/gtk/expert_comp_dlg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gtk/expert_comp_dlg.c b/ui/gtk/expert_comp_dlg.c index a129eca9cf..4ee20897c8 100644 --- a/ui/gtk/expert_comp_dlg.c +++ b/ui/gtk/expert_comp_dlg.c @@ -387,7 +387,7 @@ static expert_tapdata_t * expert_dlg_new_table(void) } static void -coments_row_double_click_cb(GtkTreeView *treeview, GtkTreePath *path _U_, +coments_row_double_click_cb(GtkTreeView *treeview _U_, GtkTreePath *path _U_, GtkTreeViewColumn *col _U_, gpointer userdata _U_) { edit_packet_comment_dlg(NULL, NULL); |