From d23df55b95716a4b6021ab600b99fd31954c8052 Mon Sep 17 00:00:00 2001 From: weili Date: Fri, 27 May 2016 13:21:54 -0700 Subject: Change to disable a warning for GCC compilation The warning was only shown and asked not to be treated as an error. However, some recent flag change of chromeos toolchain has some interference with the warning. To avoid future problem, disable the warning for GCC. BUG=chromium:615424 Review-Url: https://codereview.chromium.org/2013163003 --- xfa.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xfa.gyp') diff --git a/xfa.gyp b/xfa.gyp index ead79d3c15..14a813096b 100644 --- a/xfa.gyp +++ b/xfa.gyp @@ -699,7 +699,7 @@ ["clang==1" , { }], ["os_posix==1 and clang==0", { # When GCC - 'cflags': [ '-Wno-error=strict-overflow' ], + 'cflags': [ '-Wno-strict-overflow' ], }], ["pdf_enable_v8==1", { 'dependencies': [ -- cgit v1.2.3