| Index: webrtc/modules/rtp_rtcp/BUILD.gn
|
| diff --git a/webrtc/modules/rtp_rtcp/BUILD.gn b/webrtc/modules/rtp_rtcp/BUILD.gn
|
| index b826fd1ea921b61668de1f6697975e1cd21e25f1..0f9dd8ad510a2740ed3e706ebd38af7839595b18 100644
|
| --- a/webrtc/modules/rtp_rtcp/BUILD.gn
|
| +++ b/webrtc/modules/rtp_rtcp/BUILD.gn
|
| @@ -171,11 +171,11 @@ source_set("rtp_rtcp") {
|
| "../remote_bitrate_estimator",
|
| ]
|
|
|
| + # TODO(jschuh): Bug 1348: fix this warning.
|
| + configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
|
| +
|
| if (is_win) {
|
| cflags = [
|
| - # TODO(jschuh): Bug 1348: fix this warning.
|
| - "/wd4267", # size_t to int truncations
|
| -
|
| # TODO(kjellander): Bug 261: fix this warning.
|
| "/wd4373", # virtual function override.
|
| ]
|
|
|