Mercurial > vim
view src/msys32.bat @ 29855:6bddfc49c35b v9.0.0266
patch 9.0.0266: compiler warning for unused argument
Commit: https://github.com/vim/vim/commit/340dafd155222ac96304107542344faf3c56e12b
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Aug 25 16:16:45 2022 +0100
patch 9.0.0266: compiler warning for unused argument
Problem: Compiler warning for unused argument.
Solution: Add UNUSED.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Thu, 25 Aug 2022 17:30:04 +0200 |
parents | 78449866e9a9 |
children |
line wrap: on
line source
@echo off rem To be used on MS-Windows for Msys2 with the 32 bit MinGW compiler. rem Adjust the "c:\msys64" part to match your installation. @echo on set PATH=c:\msys64\mingw32\bin;c:\msys64\usr\bin;%PATH%