diff --git a/compile.cmd b/compile.cmd deleted file mode 100644 index a27b27b8..00000000 --- a/compile.cmd +++ /dev/null @@ -1,8 +0,0 @@ -@echo off - -%* > "%TEMP%\compile.tmp" -set error=%errorlevel% - -type %TEMP%\compile.tmp | findstr /v /b "warning C4786" - -exit /b %error%