From d5632b9ac97b16d7edd1a4a174f64725dbd0412e Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Sat, 28 May 2022 23:58:16 +0300 Subject: [PATCH] script: avoid compiler warning --- lib/mu-script.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/mu-script.cc b/lib/mu-script.cc index 02e3830f..05fe3dcc 100644 --- a/lib/mu-script.cc +++ b/lib/mu-script.cc @@ -288,6 +288,9 @@ mu_script_find_script_with_name(GSList* lst, const char* name) return NULL; } + + +#ifdef BUILD_GUILE static char* quoted_from_strv (const gchar **params) { @@ -315,8 +318,6 @@ quoted_from_strv (const gchar **params) } - -#ifdef BUILD_GUILE static void guile_shell(void* closure, int argc, char** argv) {