mirror of
https://abf.rosa.ru/djam/chromium-browser-stable-slava86.git
synced 2025-02-24 16:02:56 +00:00
10 lines
379 B
Diff
10 lines
379 B
Diff
--- chromium-60.0.3112.40/third_party/WebKit/Source/platform/wtf/BUILD.gn.bignum-werror-fix 2017-06-22 00:03:16.000000000 +0200
|
|
+++ chromium-60.0.3112.40/third_party/WebKit/Source/platform/wtf/BUILD.gn 2017-06-25 13:21:32.311720897 +0200
|
|
@@ -296,6 +296,7 @@
|
|
libs = [ "log" ]
|
|
}
|
|
if (is_linux) {
|
|
+ cflags = [ "-Wno-error=strict-overflow" ]
|
|
libs = [ "dl" ]
|
|
}
|
|
|