Closed
Bug 581467
Opened 14 years ago
Closed 13 years ago
warning: comparison between signed and unsigned integer expressions in XPT_ParseVersionString
Categories
(Core :: XPCOM, defect)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
mozilla9
People
(Reporter: jdm, Assigned: atulagrwl)
References
(Blocks 1 open bug)
Details
(Whiteboard: [build_warning])
Attachments
(1 file)
908 bytes,
patch
|
benjamin
:
review+
|
Details | Diff | Splinter Review |
xpcom/typelib/xpt/src/xpt_struct.c: In function ‘XPT_ParseVersionString’:
xpcom/typelib/xpt/src/xpt_struct.c:945: warning: comparison between signed and unsigned integer expressions
Reporter | ||
Updated•14 years ago
|
Whiteboard: [build_warning]
Updated•13 years ago
|
Blocks: buildwarning
Assignee | ||
Comment 1•13 years ago
|
||
Assignee: nobody → atulagrwl
Status: NEW → ASSIGNED
Reporter | ||
Comment 2•13 years ago
|
||
Kyle, do we use any code in typelib any longer?
Yes, this code is used by Gecko to read XPT files.
Reporter | ||
Updated•13 years ago
|
Attachment #557240 -
Flags: review?(benjamin)
Updated•13 years ago
|
Attachment #557240 -
Flags: review?(benjamin) → review+
Reporter | ||
Updated•13 years ago
|
Keywords: checkin-needed
Comment 4•13 years ago
|
||
In my queue :-)
Comment 5•13 years ago
|
||
Target Milestone: --- → mozilla9
Comment 6•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•