Suppress compiler warning
This commit is contained in:
parent
0f64da9dfc
commit
847dc32f74
1 changed files with 1 additions and 0 deletions
|
@ -95,6 +95,7 @@
|
||||||
},
|
},
|
||||||
'msvs_disabled_warnings': [
|
'msvs_disabled_warnings': [
|
||||||
4100, # unreferenced formal parameter
|
4100, # unreferenced formal parameter
|
||||||
|
4121, # alignment of a member was sensitive to packing
|
||||||
4127, # conditional expression is constant
|
4127, # conditional expression is constant
|
||||||
4189, # local variable is initialized but not referenced
|
4189, # local variable is initialized but not referenced
|
||||||
4244, # 'initializing' : conversion from 'double' to 'size_t', possible loss of data
|
4244, # 'initializing' : conversion from 'double' to 'size_t', possible loss of data
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue