Commit e0723073 by Robo

fix tests and disable msvs warnings

parent 8cfac371
......@@ -51,10 +51,17 @@
'msvs_settings': {
'VCCLCompilerTool': {
'AdditionalOptions': [
'/GR'
'/GR',
'/EHsc'
]
}
}
},
'msvs_disabled_warnings': [
# conversion from `double` to `size_t`, possible loss of data
4244,
# decorated name length exceeded
4503
]
}]
]
}
......
......@@ -157,4 +157,4 @@ describe('stats', function() {
});
});
\ No newline at end of file
});
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment