Commit fd6a2e33 authored by Amy Huang's avatar Amy Huang Committed by Commit Bot

Disable new warning -Wenum-float-conversion in blink build config

Change-Id: I34125effba684908abb1a6983b641419d63242b6
Bug: 1035977
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1976019
Commit-Queue: Amy Huang <akhuang@google.com>
Reviewed-by: default avatarNico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#726533}
parent 2f1998e0
......@@ -52,6 +52,7 @@ config("inside_blink") {
if (llvm_force_head_revision) {
cflags += [
"-Wno-enum-enum-conversion",
"-Wno-enum-float-conversion",
]
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment