mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-24 16:51:15 +00:00
9 lines
134 B
Batchfile
9 lines
134 B
Batchfile
@echo off
|
|
|
|
%* > "%TEMP%\compile.tmp"
|
|
set error=%errorlevel%
|
|
|
|
type %TEMP%\compile.tmp | findstr /v /b "warning C4786"
|
|
|
|
exit /b %error%
|