commit | d0727bfd4504e088851b4ef268f4f9cbd4df0015 | [log] [tgz] |
---|---|---|
author | oprypin <oprypin@webrtc.org> | Tue Jul 25 09:04:58 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Jul 25 09:04:58 2017 |
tree | 5813c58cc4d07136edcd42c8969e64f94936a463 | |
parent | 1e64cfae533d0c83c7878401f7213ba4b847940d [diff] |
Fix NSInteger formatting warning from clang 6 "error: values of type 'NSInteger' should not be used as format arguments; add an explicit cast to 'long' instead" Casting to long is already a common practice in the code base. This has been blocking the Chromium roll which contains an update to clang 6.0.0 BUG=None Review-Url: https://codereview.webrtc.org/2987693002 Cr-Commit-Position: refs/heads/master@{#19127}
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.