Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Teichmann <daniel.teichmann@das-netzwerkteam.de>2021-10-18 13:30:01 +0300
committerDaniel Teichmann <daniel.teichmann@das-netzwerkteam.de>2021-11-04 17:07:13 +0300
commit074129f324c27c60328ef0dc4ef45cb4fd95c1db (patch)
treeef97456cef36e6357af6c41d37c3835610ad4e33 /plugins
parente867ff4b0d92ce7c60bf786d55a2e4e05c57c810 (diff)
x2go_plugin.c: Fix compiler warning: Cast function to (GCompareFunc).
Diffstat (limited to 'plugins')
-rw-r--r--plugins/x2go/x2go_plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/x2go/x2go_plugin.c b/plugins/x2go/x2go_plugin.c
index 9d453a695..8110bfeae 100644
--- a/plugins/x2go/x2go_plugin.c
+++ b/plugins/x2go/x2go_plugin.c
@@ -60,7 +60,7 @@
gpdata->available_features ? (g_list_find_custom( \
gpdata->available_features, \
feature, \
- g_strcmp0 \
+ (GCompareFunc) g_strcmp0 \
) ? TRUE : FALSE) : FALSE
#define FEATURE_NOT_AVAIL_STR(feature) \