ged rid of msvs warnings (these needs to fixed upstream, but these are not critical for day to day operations anyway)

This commit is contained in:
Peter Sunde 2013-09-20 14:12:48 +02:00
parent b4fea62fb0
commit 515dea18de

View File

@ -12,6 +12,7 @@
'_WIN32_WINNT=0x0501',
'NOMINMAX',
],
'msvs_disabled_warnings': [ 4267, 4244, 4530, 4267, 4800 ],
'sources' : [
'agent/Agent.cc',
'agent/AgentAssert.cc',
@ -39,6 +40,7 @@
'NOMINMAX',
'WINPTY',
],
'msvs_disabled_warnings': [ 4267, 4800 ],
'sources' : [
'libwinpty/winpty.cc',
'shared/DebugClient.cc',