@ntrel commented on this pull request.


In src/build.c:

> @@ -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, view it on GitHub, or mute the thread.