From 1b866e20c6ae25cc83693ce28cc4ad4e56e075a8 Mon Sep 17 00:00:00 2001 From: Tomas Rycl Date: Thu, 23 Nov 2017 09:46:00 +0000 Subject: [PATCH] REVIEW: Disable warning 4275 on Windows It prevents Brightray classes to be inherited from other classes from V8, Chromium, etc... --- brightray/brightray.gypi | 1 + 1 file changed, 1 insertion(+) diff --git a/brightray/brightray.gypi b/brightray/brightray.gypi index 91d8a81ecf34..7c7189af1af1 100644 --- a/brightray/brightray.gypi +++ b/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