From bd216f28542de17cb0a402cc24e6da089499f74d Mon Sep 17 00:00:00 2001 From: Mirko Bonadei Date: Wed, 4 Jul 2018 16:25:00 +0200 Subject: [PATCH] Removing /wd4245 from examples/. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: webrtc:9251 Change-Id: I335648b622ba49ca4a5bd501db2fb4dad924f2ea Reviewed-on: https://webrtc-review.googlesource.com/87143 Reviewed-by: Kári Helgason Commit-Queue: Mirko Bonadei Cr-Commit-Position: refs/heads/master@{#23895} --- examples/BUILD.gn | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/BUILD.gn b/examples/BUILD.gn index 6028767171..4083230f8c 100644 --- a/examples/BUILD.gn +++ b/examples/BUILD.gn @@ -726,7 +726,6 @@ if (is_linux || is_win) { "peerconnection/client/main_wnd.cc", "peerconnection/client/main_wnd.h", ] - cflags = [ "/wd4245" ] configs += [ "//build/config/win:windowed" ] deps += [ "../media:rtc_media_base" ] } @@ -877,7 +876,6 @@ if (is_win || is_android) { suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] } if (is_win) { - cflags = [ "/wd4245" ] configs += [ "//build/config/win:windowed", ":peerconnection_client_warnings_config",