commit | 388fe425c783b1994608789842503ec756327913 | [log] [tgz] |
---|---|---|
author | kwiberg <kwiberg@webrtc.org> | Thu Apr 06 11:32:27 2017 |
committer | Commit bot <commit-bot@chromium.org> | Thu Apr 06 11:32:27 2017 |
tree | 328ad79b4d48929f352102954f58cd4536f0a440 | |
parent | 177b17e050965c4150d1bd0d9602561b704eca1b [diff] |
Make WARN_UNUSED_RESULT a no-op on gcc Because on gcc, cast to void doesn't silence the warning. See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66425 Also add an RTC_ prefix to the macro instead of only defining it if it wasn't already defined, to ensure that we always get our own version. BUG=none Review-Url: https://codereview.webrtc.org/2797983003 Cr-Commit-Position: refs/heads/master@{#17563}
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.