commit | 4aeb35b6d04bfb462490bce2847d0eb20926e3be | [log] [tgz] |
---|---|---|
author | Jiawei Ou <ouj@fb.com> | Fri Nov 09 21:55:45 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Nov 12 19:45:17 2018 |
tree | 8484819192f894744ffb614d292d67eddea6ebf9 | |
parent | 0c32e33b489ae57211dea1bb54f932d6f0f4356f [diff] |
Explicitly retain self in objc blocks to avoid compiler warning. Implicitly retaining self pointer (assuming this is intended behavior) causes compiler warning `-Wimplicit-retain-self`. We should do it explicitly. Bug: webrtc:9971 Change-Id: If77a67168d8a65ced78d5119b9a7332391d20bc9 Reviewed-on: https://webrtc-review.googlesource.com/c/109641 Commit-Queue: Jiawei Ou <ouj@fb.com> Reviewed-by: Kári Helgason <kthelgason@webrtc.org> Reviewed-by: Tommi <tommi@webrtc.org> Cr-Commit-Position: refs/heads/master@{#25609}
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.