mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
REVIEW: Disable warning 4275 on Windows
It prevents Brightray classes to be inherited from other classes from V8, Chromium, etc...
This commit is contained in:
@@ -404,6 +404,7 @@
|
||||
4702, # unreachable code
|
||||
4715, # not all control paths return a value
|
||||
4819, # The file contains a character that cannot be represented in the current code page
|
||||
4275, # non dll-interface class used as base for dll-interface class
|
||||
],
|
||||
}],
|
||||
], # conditions
|
||||
|
||||
Reference in New Issue
Block a user