| Index: tools/gn/secondary/third_party/WebKit/Source/wtf/BUILD.gn
|
| diff --git a/tools/gn/secondary/third_party/WebKit/Source/wtf/BUILD.gn b/tools/gn/secondary/third_party/WebKit/Source/wtf/BUILD.gn
|
| index e5e1b6c93bd9575d0b5070de17703d92cee86dbb..da3f26edea752a2f9ff352c5bcb4136ba42cbf59 100644
|
| --- a/tools/gn/secondary/third_party/WebKit/Source/wtf/BUILD.gn
|
| +++ b/tools/gn/secondary/third_party/WebKit/Source/wtf/BUILD.gn
|
| @@ -25,7 +25,7 @@ config("wtf-config") {
|
| if (is_linux) { # (gcc_version >= 46) {
|
| # Disable warnings about c++0x compatibility, as some names (such as
|
| # nullptr) conflict with upcoming c++0x types.
|
| - cflags_cc += [ "-Wno-c++0x-compat" ]
|
| + cflags_cc = [ "-Wno-c++0x-compat" ]
|
| }
|
|
|
| # # Some warnings occur in WTF headers, so they must also be disabled
|
|
|