commit | 1cc5fc3ebfacefe8326abb6c3367be6ddf524957 | [log] [tgz] |
---|---|---|
author | eladalon <eladalon@webrtc.org> | Wed Aug 23 11:15:18 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Aug 23 11:15:18 2017 |
tree | fcaf0fd912031d2a17c8ce850bbca0d0136e1059 | |
parent | 3df87523aa3e3b6f9c751d99280ba865f22ccdc2 [diff] |
Fix places that trigger no-unused-lambda-capture no-unused-lambda-capture was suppressed, but it's been decided as desireable to stop suppressing it. This CL fixes places in the code that trigger it. 1. Some unnecessary captures removed. 2. s/constexpr/const when capturing a float by value - this is good enough to stop the error. 3. Complete removal of the constexpr/const-modifier for int-types as a workaround. BUG=webrtc:7133 Review-Url: https://codereview.webrtc.org/3005433002 Cr-Commit-Position: refs/heads/master@{#19462}
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.