Closed
Bug 259559
Opened 21 years ago
Closed 21 years ago
Get rid of warnings when content/svg is built
Categories
(Core :: SVG, defect)
Core
SVG
Tracking
()
RESOLVED
FIXED
People
(Reporter: jwatt, Assigned: jwatt)
Details
Attachments
(1 file)
6.55 KB,
patch
|
alex
:
review+
|
Details | Diff | Splinter Review |
![]() |
Assignee | |
Updated•21 years ago
|
Assignee: alex → jonathan.watt
![]() |
Assignee | |
Comment 1•21 years ago
|
||
Can you review this Alex? This patch just adds in some casts to silence some
compiler warnings we get. I'm not sure about the assignment and cast to
PRUint32 in nsSVGTransformList.cpp since Count() returns a PRInt32, but the
value returned should never be less than zero, so I think it's okay.
![]() |
Assignee | |
Updated•21 years ago
|
Attachment #168965 -
Flags: review?(alex)
Comment 2•21 years ago
|
||
Comment on attachment 168965 [details] [diff] [review]
patch
r=afri
Attachment #168965 -
Flags: review?(alex) → review+
![]() |
Assignee | |
Comment 3•21 years ago
|
||
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•