ntrel commented on this pull request.
> @@ -837,16 +837,17 @@ static gchar *prepare_run_cmd(GeanyDocument *doc, gchar
> **working_dir, guint cmd
run_cmd = g_strdup_printf("\"%s\" \"%s\" %d %s", helper, *working_dir,
autoclose ? 1 : 0, cmd_string);
g_free(helper);
#else
+ GError *error = NULL;
This was causing an unused variable warning on Windows.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/2271#pullrequestreview-279094507