Closed
Bug 666714
Opened 14 years ago
Closed 14 years ago
GCC 4.6 warning: nsScanner.cpp:305:25: warning: variable ‘start’ set but not used [-Wunused-but-set-variable]
Categories
(Core :: DOM: HTML Parser, defect)
Tracking
()
RESOLVED
FIXED
mozilla7
People
(Reporter: dholbert, Assigned: dholbert)
Details
(Whiteboard: [build_warning])
Attachments
(1 file)
1.26 KB,
patch
|
hsivonen
:
review+
|
Details | Diff | Splinter Review |
When building with GCC 4.6:
nsScanner.cpp: In member function ‘nsresult nsScanner::Append(const char*, PRUint32, nsIRequest*)’:
nsScanner.cpp:305:25: warning: variable ‘start’ set but not used [-Wunused-but-set-variable]
Assignee | ||
Comment 1•14 years ago
|
||
Comment 2•14 years ago
|
||
Comment on attachment 541469 [details] [diff] [review]
fix
Seems safe enough for me to r+ this though this is mrbkap's area.
Attachment #541469 -
Flags: review?(hsivonen) → review+
Assignee | ||
Comment 3•14 years ago
|
||
Whiteboard: [build_warning] → [build_warning][inbound]
Comment 4•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Whiteboard: [build_warning][inbound] → [build_warning]
Updated•14 years ago
|
Target Milestone: --- → mozilla7
You need to log in
before you can comment on or make changes to this bug.
Description
•