Warnings: function type cast for g_list_foreach
authorFriedrich Beckmann <friedrich.beckmann@gmx.de>
Mon, 24 Aug 2020 09:19:33 +0000 (11:19 +0200)
committerFriedrich Beckmann <friedrich.beckmann@gmx.de>
Mon, 24 Aug 2020 18:24:29 +0000 (20:24 +0200)
commitceaed4a17cb3b0a14c89f10b72a636f94af97e7a
treec11ad28a0e21ed129d5963c412fe9cb1c339aea4
parentdcd593ebc418681f2a7f14795b13f94eaa95ccaf
Warnings: function type cast for g_list_foreach

I added a cast for the functions used in g_list_foreach. Without
the cast, the warning
warning: cast between incompatible function types
is reported.
src/ui/gui/dialog-common.c
src/ui/gui/psppire-acr.c
src/ui/gui/psppire-dialog-action-autorecode.c
src/ui/gui/psppire-dialog-action-recode-different.c
src/ui/gui/psppire-selector.c