Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-updates-src > by-pkgid > f5a2d348875a82e92e9aab3aebacb9c1 > files > 6

chromium-browser-stable-78.0.3904.87-1.mga7.src.rpm

--- chromium-60.0.3112.40/third_party/blink/renderer/platform/wtf/BUILD.gn.bignum-werror-fix	2017-06-22 00:03:16.000000000 +0200
+++ chromium-60.0.3112.40/third_party/blink/renderer/platform/wtf/BUILD.gn	2017-06-25 13:21:32.311720897 +0200
@@ -254,6 +254,10 @@ jumbo_component("wtf") {
     libs = [ "log" ]
   }
 
+  if (is_linux) {
+    cflags = [ "-Wno-error=strict-overflow" ]
+  }
+
   if (is_mac) {
     libs = [
       "CoreFoundation.framework",