Open
Bug 1201643
Opened 10 years ago
Updated 3 years ago
Enable MOZ_MUST_USE for AppendElement-ish methods of nsTArray
Categories
(Core :: XPCOM, defect)
Core
XPCOM
Tracking
()
NEW
| Tracking | Status | |
|---|---|---|
| firefox43 | --- | affected |
People
(Reporter: mccr8, Unassigned)
References
Details
After bug 1201271 gets fixed, there are still some remaining methods that have commented out MOZ_WARN_UNUSED_RESULT. This bug is about fixing those. I saw a bunch of places that fail to check this, which is why I spun it off into a separate bug.
Updated•9 years ago
|
Blocks: use-nodiscard
Updated•9 years ago
|
Summary: Enable MOZ_WARN_UNUSED_RESULT for AppendElement-ish methods of nsTArray → Enable MOZ_MUST_USE for AppendElement-ish methods of nsTArray
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•