Commit 55e85549 by Jamie Madill Committed by Commit Bot

Lift warning from trace tests.

Noticed when working on a related feature. Bug: angleproject:3630 Change-Id: I82638d37ee6d27dc824d5782c96387f0d000d585 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2305040Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
parent 0d8a4da6
...@@ -342,15 +342,6 @@ if (is_win || is_linux || is_android || is_mac || is_fuchsia) { ...@@ -342,15 +342,6 @@ if (is_win || is_linux || is_android || is_mac || is_fuchsia) {
suppressed_configs += [ "//build/config/compiler:default_optimization" ] suppressed_configs += [ "//build/config/compiler:default_optimization" ]
configs += [ "//build/config/compiler:no_optimize" ] configs += [ "//build/config/compiler:no_optimize" ]
} }
# TODO(jmadill/cnorthrop): Lift after traces updated. http://anglebug.com/3630
if (is_win && current_cpu == "x86") {
if (is_clang) {
cflags_cc = [ "-Wno-shorten-64-to-32" ]
} else {
cflags_cc = [ "/wd4244" ]
}
}
} }
} }
......
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