commit | f0e0d75e6e510fb8049be889a0580004e5f8171b | [log] [tgz] |
---|---|---|
author | Mirko Bonadei <mbonadei@webrtc.org> | Wed Jul 04 06:48:18 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Jul 04 09:01:32 2018 |
tree | 9b4ba6771248793fa6600efd44c769c7669f57b1 | |
parent | ec64217e569d1ac212f475a5b2a19f39825c0daf [diff] |
Adding CheckNoWarningSuppressionFlagsAreAdded. This PRESUBMIT check will ensure that WebRTC does not regress on the amount of warning suppression flags used. At the moment it only checks for //build/config/clang:extra_warnings. Error message: ** Presubmit ERRORS ** Usage of //build/config/clang:extra_warnings is discouraged in WebRTC. If you are not adding this code (e.g. you are just moving existing code) or you want to add an exception, you can add a comment on the line that causes the problem: "-Wno-odr" # no-presubmit-check TODO(bugs.webrtc.org/BUG_ID) Affected files: api/BUILD.gn (line 30) Bug: webrtc:9251 Change-Id: I059cbc648ca6f6806cf5e936e0b83b72ec4f3f50 Reviewed-on: https://webrtc-review.googlesource.com/86942 Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23831}
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.