commit | b4f7ab15a8e9865166f395b85b16d70555ba21c1 | [log] [tgz] |
---|---|---|
author | Hans Wennborg <hans@chromium.org> | Wed Feb 13 08:13:23 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Feb 13 09:24:08 2019 |
tree | b9305db6cd2e028543af5564c52379871679589e | |
parent | eedb0a1f17b80f911f92ca2c1117812cbb5fb60e [diff] |
Fix -Wunused-result warnings Chromium's official builds set -D_FORTIFY_SOURCE=2, causing among other things warnings about unused return values from stdlib functions. We don't normally build "all" in that configuration, and so missed some instances. Bug: chromium:931227 Change-Id: I69820d4e639c5908e0092dded1dea39c51d45d6b Reviewed-on: https://webrtc-review.googlesource.com/c/122560 Commit-Queue: Hans Wennborg <hans@chromium.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#26657}
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.