Delete compile.cmd

This commit is contained in:
Christian Semmler 2023-12-07 18:43:54 -05:00 committed by GitHub
parent d095ed2da4
commit 162ae219e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +0,0 @@
@echo off
%* > "%TEMP%\compile.tmp"
set error=%errorlevel%
type %TEMP%\compile.tmp | findstr /v /b "warning C4786"
exit /b %error%