| Index: webrtc/modules/audio_processing/BUILD.gn
|
| diff --git a/webrtc/modules/audio_processing/BUILD.gn b/webrtc/modules/audio_processing/BUILD.gn
|
| index a9650f74296a7ec1620d18deb0d84221376552bf..56d4bff65a6d996e211ee235c800b960d89c14c0 100644
|
| --- a/webrtc/modules/audio_processing/BUILD.gn
|
| +++ b/webrtc/modules/audio_processing/BUILD.gn
|
| @@ -207,12 +207,8 @@ source_set("audio_processing") {
|
| sources += [ "aecm/aecm_core_c.cc" ]
|
| }
|
|
|
| - if (is_win) {
|
| - cflags = [
|
| - # TODO(jschuh): Bug 1348: fix this warning.
|
| - "/wd4267", # size_t to int truncations
|
| - ]
|
| - }
|
| + # TODO(jschuh): Bug 1348: fix this warning.
|
| + configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
|
|
|
| if (is_clang) {
|
| # Suppress warnings from Chrome's Clang plugins.
|
|
|