From 83acea4684930b6917f775a33a431ae4156a402f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Lesimple?= Date: Fri, 15 Jan 2021 19:15:23 +0100 Subject: [PATCH] fix: another warning under clang --- src/raw-editor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/raw-editor.c b/src/raw-editor.c index e327ea0..7982782 100644 --- a/src/raw-editor.c +++ b/src/raw-editor.c @@ -839,7 +839,7 @@ static void action_cb(GtkWidget *widget, gpointer data) switch(action) { case ACTION_BROWSE_LOAD: - file_select_cb(NULL, ACTION_BROWSE_LOAD); + file_select_cb(NULL, GINT_TO_POINTER(ACTION_BROWSE_LOAD)); break; case ACTION_BROWSE_SAVE: