aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-03-09 14:20:53 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-03-09 14:20:53 +0000
commitd862ce97e36c6348873e3913600b884451e49ab0 (patch)
treedc355f7092d31a16c39534e21307b02ac2a0ffff
parentf6919f2b50ab7fbe7d52884141b0af6c66646565 (diff)
Mark an unused parameter as such.
svn path=/trunk/; revision=41452
-rw-r--r--ui/gtk/expert_comp_dlg.c2
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);