From e14a01e3a3a8d02f870db83d806757c53fb81603 Mon Sep 17 00:00:00 2001 From: Damien Doligez Date: Wed, 10 Feb 2016 13:27:20 +0100 Subject: [PATCH] fix missing change from 1c28b231efe340761ca0fcf77a7c17a6ac556a3d --- utils/ccomp.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/ccomp.ml b/utils/ccomp.ml index 86117cf8b..42ad74b5c 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