mirror of
https://github.com/electron/electron.git
synced 2026-01-29 01:08:18 -05:00
Fix compilation warning on Windows
This commit is contained in:
@@ -275,7 +275,9 @@
|
||||
4355, # 'this' : used in base member initializer list
|
||||
4480, # nonstandard extension used: specifying underlying type for enum
|
||||
4481, # nonstandard extension used: override specifier 'override'
|
||||
4510, # default constructor could not be generated
|
||||
4512, # assignment operator could not be generated
|
||||
4610, # user defined constructor required
|
||||
4702, # unreachable code
|
||||
4819, # The file contains a character that cannot be represented in the current code page
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user