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:
parent
75c17cf846
commit
1b866e20c6
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue