Skip to content
Snippets Groups Projects
Commit 39e871d6 authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

Fix a compilation warning

A previous run-program patch declared variable interactive
even on implementations where it is unused.
The master branch failed to catch it.
The minimakefile branch correctly found it.
parent a266e9ac
No related branches found
No related tags found
No related merge requests found
......@@ -434,6 +434,7 @@ It returns a process-info plist with possible keys:
(%input (%normalize-io-specifier input :input))
(%output (%normalize-io-specifier output :output))
(%error-output (%normalize-io-specifier error-output :error-output))
#+(and allegro os-windows)
(interactive (%interactivep input output error-output))
(process*
(nest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment