Sophie

Sophie

distrib > Mageia > 7 > armv7hl > by-pkgid > cadd73d89ceed494dc51894698938885 > files > 47

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

--- chromium-80.0.3987.87/ui/views/layout/flex_layout_types.cc.gcc9	2020-02-08 22:29:47.649810071 +0100
+++ chromium-80.0.3987.87/ui/views/layout/flex_layout_types.cc	2020-02-09 16:37:25.295597442 +0100
@@ -62,6 +62,7 @@ int InterpolateSize(MinimumFlexSizeRule
   return 0;
 }
 
+#pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
 // A view's minimum size can in some cases be expensive to compute. This
 // provides a lazy-eval value that behaves like a smart pointer but is more
 // lightweight than base::LazyInstance.
@@ -140,6 +141,7 @@ gfx::Size GetPreferredSize(MinimumFlexSi
 
   return gfx::Size(width, height);
 }
+#pragma GCC diagnostic pop
 
 FlexRule GetDefaultFlexRule(
     MinimumFlexSizeRule minimum_size_rule = MinimumFlexSizeRule::kPreferred,