Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(278)

Unified Diff: webrtc/modules/rtp_rtcp/BUILD.gn

Issue 3013623002: Fix no_size_t_to_int_warning in rtp_rtcp:rtp_rtcp_format target (Closed)
Patch Set: . Created 3 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webrtc/modules/rtp_rtcp/include/rtp_header_extension_map.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/rtp_rtcp/BUILD.gn
diff --git a/webrtc/modules/rtp_rtcp/BUILD.gn b/webrtc/modules/rtp_rtcp/BUILD.gn
index 261446c4504fa6864b55c1776dc198e26b6ff698..82bd16d0eb74aec75fcab477c6658f811a37b49e 100644
--- a/webrtc/modules/rtp_rtcp/BUILD.gn
+++ b/webrtc/modules/rtp_rtcp/BUILD.gn
@@ -34,9 +34,6 @@ rtc_source_set("rtp_rtcp_format") {
"../../rtc_base:rtc_base_approved",
"../../system_wrappers",
]
-
- # TODO(crbug.com/webrtc/1348): Fix this warning.
- configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
}
rtc_static_library("rtp_rtcp") {
« no previous file with comments | « no previous file | webrtc/modules/rtp_rtcp/include/rtp_header_extension_map.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698