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.