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}
Name: WebRTC URL: http://www.webrtc.org Version: 90 License: BSD License File: LICENSE Description: WebRTC provides real time voice and video processing functionality to enable the implementation of PeerConnection/MediaStream. Third party code used in this project is described in the file LICENSE_THIRD_PARTY.