summaryrefslogtreecommitdiff
path: root/utils/ccomp.ml
diff options
context:
space:
mode:
authorDamien Doligez <damien.doligez@inria.fr>2016-02-10 13:27:20 +0100
committerDamien Doligez <damien.doligez@inria.fr>2016-02-10 13:27:20 +0100
commite14a01e3a3a8d02f870db83d806757c53fb81603 (patch)
tree04ce471513ad5d724a35edfd3d85ccf18773e138 /utils/ccomp.ml
parent1c28b231efe340761ca0fcf77a7c17a6ac556a3d (diff)
downloadocaml-e14a01e3a3a8d02f870db83d806757c53fb81603.tar.gz
fix missing change from 1c28b231efe340761ca0fcf77a7c17a6ac556a3d
Diffstat (limited to 'utils/ccomp.ml')
-rw-r--r--utils/ccomp.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/ccomp.ml b/utils/ccomp.ml
index 86117cf8b0..42ad74b5ce 100644
--- a/utils/ccomp.ml
+++ b/utils/ccomp.ml
@@ -61,7 +61,7 @@ let display_msvc_output file name =
close_in c;
Sys.remove file
-let compile_file ~output_name name =
+let compile_file name =
let (pipe, file) =
if Config.ccomp_type = "msvc" && not !Clflags.verbose then
try