Add back size_t warning to fix MSVC.

TBR=peah@webrtc.org

Bug: webrtc:8639
Change-Id: I325c7af4c1af96623fda741892d725b713d12835
Reviewed-on: https://webrtc-review.googlesource.com/32203
Reviewed-by: Patrik Höglund <phoglund@webrtc.org>
Commit-Queue: Patrik Höglund <phoglund@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21223}
This commit is contained in:
Patrik Höglund 2017-12-12 11:16:05 +01:00 committed by Commit Bot
parent a00137c5d9
commit f39659cb26

View File

@ -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) {