From 4d102f5d28e7f5406da3292a1f5f4f369dd05031 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 5 Jun 2023 13:27:21 +0200 Subject: Disable all warnings during bootstrap stage 1 --- build-msvc.bat.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'build-msvc.bat.in') diff --git a/build-msvc.bat.in b/build-msvc.bat.in index 85503bb..b3035b4 100644 --- a/build-msvc.bat.in +++ b/build-msvc.bat.in @@ -418,11 +418,14 @@ set "BDEP_DEF_OPT=0" @rem Bootstrap. @rem +@rem Note: disable all warnings since we cannot do anything more granular +@rem during bootstrap stage 1. +@rem cd build2 @rem Execute in a separate cmd.exe to preserve the echo mode. @rem -cmd /C bootstrap-msvc.bat %cxx% %ops% +cmd /C bootstrap-msvc.bat %cxx% /w %ops% @if errorlevel 1 goto error build2\b-boot --version -- cgit v1.1