Closed
Bug 1768995
Opened 3 years ago
Closed 3 years ago
[clang trunk] js/xpconnect/src/XPCWrappedNativeInfo.cpp:372:44: error: parameter 'depth' set but not used [-Werror,-Wunused-but-set-parameter]
Categories
(Core :: XPConnect, defect)
Core
XPConnect
Tracking
()
RESOLVED
FIXED
102 Branch
Tracking | Status | |
---|---|---|
firefox102 | --- | fixed |
People
(Reporter: glandium, Assigned: glandium)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
js/xpconnect/src/XPCWrappedNativeInfo.cpp:372:44: error: parameter 'depth' set but not used [-Werror,-Wunused-but-set-parameter]
void XPCNativeInterface::DebugDump(int16_t depth) {
^
Assignee | ||
Comment 1•3 years ago
|
||
The value is never used.
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/814eea6565a2
Remove useless decrement. r=mccr8
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox102:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 102 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•