mirror of
https://github.com/electron/electron.git
synced 2026-01-28 08:48:14 -05:00
Suppress compiler warning
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user