From f39659cb26c75078c4280bcda04e14acf8e22ae4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrik=20H=C3=B6glund?= Date: Tue, 12 Dec 2017 11:16:05 +0100 Subject: [PATCH] Add back size_t warning to fix MSVC. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit TBR=peah@webrtc.org Bug: webrtc:8639 Change-Id: I325c7af4c1af96623fda741892d725b713d12835 Reviewed-on: https://webrtc-review.googlesource.com/32203 Reviewed-by: Patrik Höglund Commit-Queue: Patrik Höglund Cr-Commit-Position: refs/heads/master@{#21223} --- modules/audio_processing/BUILD.gn | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/audio_processing/BUILD.gn b/modules/audio_processing/BUILD.gn index 34cc7d392a..af30f83c38 100644 --- a/modules/audio_processing/BUILD.gn +++ b/modules/audio_processing/BUILD.gn @@ -467,6 +467,9 @@ rtc_source_set("aec_core") { } else { defines += [ "WEBRTC_APM_DEBUG_DUMP=0" ] } + + # TODO(jschuh): Bug 1348: fix this warning. + configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] } if (rtc_build_with_neon) {