Closed
Bug 518904
Opened 16 years ago
Closed 16 years ago
build warning: "nsLayoutDebugCLH.cpp:65: warning: unused variable ‘found’"
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
FIXED
People
(Reporter: dholbert, Assigned: dholbert)
References
()
Details
(Whiteboard: [build_warning])
Attachments
(1 file)
|
648 bytes,
patch
|
dbaron
:
review+
|
Details | Diff | Splinter Review |
I'm filing this bug on removing the variable "found" from nsLayoutDebugCLH.cpp, to fix this build warning when building with --enable-extensions=layout-debug:
> /mozilla/extensions/layout-debug/src/nsLayoutDebugCLH.cpp: In member function ‘virtual nsresult nsLayoutDebugCLH::Handle(nsICommandLine*)’:
> /mozilla/extensions/layout-debug/src/nsLayoutDebugCLH.cpp:65: warning: unused variable ‘found’
Attachment #402898 -
Flags: review?(dbaron)
Comment on attachment 402898 [details] [diff] [review]
trivial fix: remove unused variable
r=dbaron
Attachment #402898 -
Flags: review?(dbaron) → review+
| Assignee | ||
Comment 2•16 years ago
|
||
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•16 years ago
|
Assignee: nobody → dholbert
| Assignee | ||
Updated•15 years ago
|
Whiteboard: [build_warning]
You need to log in
before you can comment on or make changes to this bug.
Description
•