Closed
Bug 660694
Opened 14 years ago
Closed 14 years ago
Comparison between signed and unsigned integer expressions in nsDOMBlogBuilder.cpp
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla7
People
(Reporter: jdm, Assigned: Ms2ger)
Details
(Whiteboard: [build_warning])
Attachments
(1 file)
|
2.18 KB,
patch
|
sicking
:
review+
|
Details | Diff | Splinter Review |
/home/t_mattjo/src/firefox/mobilebase/content/base/src/nsDOMBlobBuilder.cpp: In member function ‘virtual nsresult nsDOMMultipartBlob::MozSlice(PRInt64, PRInt64, const nsAString_internal&, PRUint8, nsIDOMBlob**)’:
/home/t_mattjo/src/firefox/mobilebase/content/base/src/nsDOMBlobBuilder.cpp:163: warning: comparison between signed and unsigned integer expressions
/home/t_mattjo/src/firefox/mobilebase/content/base/src/nsDOMBlobBuilder.cpp:205: warning: comparison between signed and unsigned integer expressions
/home/t_mattjo/src/firefox/mobilebase/content/base/src/nsDOMBlobBuilder.cpp:160: warning: unused variable ‘finalLength’
| Assignee | ||
Comment 1•14 years ago
|
||
Attachment #536350 -
Flags: review?(jonas) → review+
| Assignee | ||
Comment 2•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla7
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•