Essentially applying the same change as in https://codereview.webrtc.org/2023413002 in more locations. There's only one change affecting production code: enabling the warning for webrtc/media:rtc_media. The rest are test changes. With these changes, the only place the warning is disabled is in the Windows implementation of webrtc/modules/video_capture:video_capture_internal_impl, which is harder to fix, since it relies on sample code from the Windows SDK. BUG=webrtc:6653 NOTRY=True Review-Url: https://codereview.webrtc.org/2468093004 Cr-Commit-Position: refs/heads/master@{#14938}
Name: WebRTC URL: http://www.webrtc.org Version: 90 License: BSD License File: LICENSE Description: WebRTC provides real time voice and video processing functionality to enable the implementation of PeerConnection/MediaStream. Third party code used in this project is described in the file LICENSE_THIRD_PARTY.