aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-third__party_blink_renderer_BUILD.gn
blob: f1f2a9e993fa88706120029676e78ececcb5d9cf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- third_party/blink/renderer/BUILD.gn.orig	2021-12-31 00:57:40 UTC
+++ third_party/blink/renderer/BUILD.gn
@@ -50,6 +50,11 @@ config("inside_blink") {
       "-Wno-implicit-int-conversion",
     ]
   }
+  if (is_bsd) {
+    cflags += [
+      "-Wno-implicit-int-float-conversion",
+    ]
+  }
 
   configs = [ "//build/config/compiler:noshadowing" ]
 }