Closed
Bug 1375385
(Wunused-lambda-capture)
Opened 8 years ago
Closed 6 years ago
[meta] Fix -Wunused-lambda-capture warnings
Categories
(Developer Infrastructure :: Source Code Analysis, enhancement)
Developer Infrastructure
Source Code Analysis
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Sylvestre, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: meta)
No description provided.
Reporter | ||
Updated•8 years ago
|
Reporter | ||
Updated•8 years ago
|
Alias: Wunused-lambda-capture
Reporter | ||
Updated•8 years ago
|
Blocks: clang-based-analysis
Can this be closed?
Flags: needinfo?(sledru)
Reporter | ||
Comment 2•7 years ago
|
||
This is a meta bug to keep track of specific warnings. Don't think we want to close it.
Flags: needinfo?(sledru)
Updated•7 years ago
|
Product: Core → Firefox Build System
Comment 3•6 years ago
|
||
We can resolve this bug as fixed. There are currently only four -Wunused-lambda-capture warnings and they're all in third-party WebRTC code that does not treat warnings as errors. -Wunused-lambda-capture is enabled by -Wall, so we don't need to explicitly enable it.
media/webrtc/trunk/webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy_unittest.cc:187:25 [-Wunused-lambda-capture] lambda capture 'kTooLargeDelta' is not used
media/webrtc/trunk/webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy_unittest.cc:206:25 [-Wunused-lambda-capture] lambda capture 'kTooLargeDelta' is not required to be captured for this use
media/webrtc/trunk/webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy_unittest.cc:297:25 [-Wunused-lambda-capture] lambda capture 'kTimeoutTimeMs' is not used
media/webrtc/trunk/webrtc/video/overuse_frame_detector_unittest.cc:347:26 [-Wunused-lambda-capture] lambda capture 'event' is not used
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Updated•2 years ago
|
Product: Firefox Build System → Developer Infrastructure
You need to log in
before you can comment on or make changes to this bug.
Description
•