summaryrefslogtreecommitdiffstats
path: root/src/gui_gtk_f.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui_gtk_f.c')
-rw-r--r--src/gui_gtk_f.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui_gtk_f.c b/src/gui_gtk_f.c
index be53473ee6..4a5edf1b81 100644
--- a/src/gui_gtk_f.c
+++ b/src/gui_gtk_f.c
@@ -116,6 +116,7 @@ gtk_form_put(GtkForm *form,
g_return_if_fail(GTK_IS_FORM(form));
+ /* LINTED: avoid warning: conversion to 'unsigned long' */
child = g_new(GtkFormChild, 1);
child->widget = child_widget;