Browse Source

REVIEW: Disable warning 4275 on Windows

It prevents Brightray classes to be inherited from other classes
from V8, Chromium, etc...
Tomas Rycl 7 years ago
parent
commit
1b866e20c6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      brightray/brightray.gypi

+ 1 - 0
brightray/brightray.gypi

@@ -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