Suppress compiler warning

This commit is contained in:
Cheng Zhao 2015-05-23 11:10:40 +08:00
parent 0f64da9dfc
commit 847dc32f74

View file

@ -95,6 +95,7 @@
},
'msvs_disabled_warnings': [
4100, # unreferenced formal parameter
4121, # alignment of a member was sensitive to packing
4127, # conditional expression is constant
4189, # local variable is initialized but not referenced
4244, # 'initializing' : conversion from 'double' to 'size_t', possible loss of data