enable all warnings for msvc: -W4

git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@657 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
syntheticpp 2006-05-20 11:46:17 +00:00
parent 0033820b61
commit a708a57d94
14 changed files with 16 additions and 16 deletions

View file

@ -1,6 +1,6 @@
if not exist tmp\ mkdir tmp
cl -c -Zm200 -O2 -DNDEBUG -MT -EHsc -GR -W0 -wd4996 -wd4710 -I"." -I"..\..\include" main.cpp
cl -c -Zm200 -O2 -DNDEBUG -MT -EHsc -GR -W4 -wd4996 -wd4710 -I"." -I"..\..\include" main.cpp
link /NOLOGO /SUBSYSTEM:CONSOLE /incremental:no /OUT:"main-msvc.exe" main.obj