From b64fe560c9cd0fec84ee3f78ef7ee338d5e993dd Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Fri, 23 Aug 2019 14:52:33 -0300 Subject: [PATCH] Fixing warning. --- src/selection/table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/selection/table.c b/src/selection/table.c index 7f8ee9f..f4c5a0a 100644 --- a/src/selection/table.c +++ b/src/selection/table.c @@ -34,7 +34,7 @@ /*--[ Implement ]------------------------------------------------------------------------------------*/ /// @brief Check if column has data. -static gboolean hasDataOnColumn(v3270 * G_GNUC_UNUSED(terminal), unsigned int col, const GList *selection, gboolean all) +static gboolean hasDataOnColumn(v3270 G_GNUC_UNUSED(* terminal), unsigned int col, const GList *selection, gboolean all) { while(selection) { -- libgit2 0.21.2