Deactivate compiler warnings from CL.EXE that fire in hammer

Some of them are completely spurious however some (marked FIXME(windows))
may benefit from being looked at.
This commit is contained in:
Nicolas Léveillé 2015-08-09 18:40:04 +02:00
parent 0c35525e30
commit c0ab06736f
2 changed files with 26 additions and 10 deletions

View file

@ -12,9 +12,6 @@ REM Set up SRC, BUILD and CLFLAGS
call %HEREPATH%\env.bat
call %HEREPATH%\clvars.bat
REM type conversion of a return value
set CLFLAGS=%CLFLAGS% -wd4242
echo SRC=%SRC%, BUILD=%BUILD%
echo CLFLAGS=%CLFLAGS%