Closed
Bug 220474
Opened 21 years ago
Closed 21 years ago
SVG_20020806_BRANCH compile failure with gcc-33.1 - missing return value
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: ellson, Assigned: alex)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6a) Gecko/20030813
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6a) Gecko/20030813
Index: layout/svg/renderer/src/libart/nsSVGLibartCanvas.cpp
===================================================================
RCS file:
/cvsroot/mozilla/layout/svg/renderer/src/libart/Attic/nsSVGLibartCanvas.cpp,v
retrieving revision 1.1.2.12
diff -r1.1.2.12 nsSVGLibartCanvas.cpp
265c265
< if (x0>=x1 || y0>=y1) return;
---
> if (x0>=x1 || y0>=y1) return nsnull;
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Assignee | ||
Comment 1•21 years ago
|
||
Fix checked in. Thanks!
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•