commit | 1916cbc6c5c81382a178ff5a32cf085d36dc274e | [log] [tgz] |
---|---|---|
author | Mirko Bonadei <mbonadei@webrtc.org> | Fri Mar 01 14:20:35 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Sat Mar 02 09:56:58 2019 |
tree | 1a9e9a67c2d9a8420002213971f4a177da2c7bf7 | |
parent | c9ea5451bf6be6c428aa1226b6392234a1c25c3d [diff] |
Fix -Winconsistent-missing-override in fake_network.h. This violation survived -Winconsistent-missing-override because gmock suppresses this diagnostic using "public_configs" [1] and since "rtc_base/fake_network.h" is only #included in test code, it was not possible for the compiler to complain about it. [1] - https://cs.chromium.org/chromium/src/third_party/googletest/BUILD.gn?l=57&rcl=6c7458dd455ec9e301dc7eb4a15953c81cc7eb40 Bug: None Change-Id: I3c8cf0800cab059009808b24de2fbd27cea3041c Reviewed-on: https://webrtc-review.googlesource.com/c/125183 Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#26937}
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.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.