From 5341cf783102dfab9e1ee2c13aae063d1ab2e75b Mon Sep 17 00:00:00 2001 From: "Bradley T. Hughes" Date: Tue, 1 Nov 2011 13:45:01 +0100 Subject: Disable warnings while building QtV8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is a 3rd-party submodule that we do not directly modify. Warnings from this code is of no value to people diagnosing and fixing warnings in Qt code itself. Change-Id: If17d9ce6509abb7d7aa1f00daf7e771fc6231993 Reviewed-by: Thiago Macieira Reviewed-by: Jędrzej Nowacki Reviewed-by: Aaron Kennedy --- src/v8/v8.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/src/v8/v8.pro b/src/v8/v8.pro index eb14ca9a19..ae43f244cf 100644 --- a/src/v8/v8.pro +++ b/src/v8/v8.pro @@ -10,6 +10,7 @@ MODULE_PRI = ../modules/qt_v8.pri win32-msvc*|win32-icc:QMAKE_LFLAGS += /BASE:0x66000000 load(qt_module_config) +CONFIG += warn_off # Remove includepaths that were added by qt_module_config. # These cause compilation of V8 to fail because they appear before -- cgit v1.2.3