view src/msvc2022.bat @ 31817:a98ef841fd01 v9.0.1241

patch 9.0.1241: Coverity warns for not checking function return value Commit: https://github.com/vim/vim/commit/b58201035060d223d4d795ef9c3bc6b171eee9af Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jan 25 12:27:13 2023 +0000 patch 9.0.1241: Coverity warns for not checking function return value Problem: Coverity warns for not checking function return value. Solution: Explicitly ignore the return value.
author Bram Moolenaar <Bram@vim.org>
date Wed, 25 Jan 2023 13:30:04 +0100
parents 54dda39c5bb3
children
line wrap: on
line source

@echo off
rem To be used on MS-Windows for Visual C++ 2022.
rem See INSTALLpc.txt for information.
rem
rem Usage:
rem   For x86 builds run this with "x86" option:
rem     msvc2022 x86
rem   For x64 builds run this with "x64" option:
rem     msvc2022 x64

set "VSVEROPT=-version [17.0^,18.0^)"
call "%~dp0msvc-latest.bat" %*
set VSVEROPT=