Browse Source

build: disable some msvc compiler warnings

These are not real problems, and they are so plenty that actual problems
are hidden from view.
v0.11.5-release
Bert Belder 12 years ago
parent
commit
6430c3f55d
  1. 1
      common.gypi

1
common.gypi

@ -129,6 +129,7 @@
],
},
},
'msvs_disabled_warnings': [4351, 4355, 4800],
'conditions': [
['OS == "win"', {
'msvs_cygwin_shell': 0, # prevent actions from trying to use cygwin

Loading…
Cancel
Save