commit | 71a1b61c4f1b9afe769e4b0d448008aa3fa322e4 | [log] [tgz] |
---|---|---|
author | kjellander <kjellander@webrtc.org> | Mon Nov 07 09:18:08 2016 |
committer | Commit bot <commit-bot@chromium.org> | Mon Nov 07 09:18:14 2016 |
tree | 52d7d41f99964d06072b7f7e9859dd73505443e7 | |
parent | 554becd7bf545e06075973f544cbbefddc044e23 [diff] |
WebRTC: Fix and enable -Woverloaded-virtual warnings. 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}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others. This page is maintained by the Google Chrome team.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.