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:
parent
0c35525e30
commit
c0ab06736f
2 changed files with 26 additions and 10 deletions
|
|
@ -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%
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue