Files
platform-external-webrtc/webrtc/modules/audio_processing
eladalon 1cc5fc3ebf 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}
2017-08-23 11:15:18 +00:00
..
2017-07-19 17:40:47 +00:00
2017-08-14 10:35:40 +00:00
2017-07-06 19:11:40 +00:00
2017-07-06 19:11:40 +00:00
2017-06-30 10:04:59 +00:00