chromium-browser-stable-test/chromium-53-bignum-werror-fix.patch
2017-08-09 15:04:16 +03:00

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" ]
}