Closed
Bug 230030
Opened 21 years ago
Closed 21 years ago
<xmlparse.c>: Fix 'Control reaches end of non-void function' from 'Blamed Build Warnings; Linux brad Clobber'; and code cleanup.
Categories
(SeaMonkey :: General, defect)
SeaMonkey
General
Tracking
(Not tracked)
RESOLVED
WONTFIX
mozilla1.7alpha
People
(Reporter: sgautherie, Assigned: sgautherie)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
5.66 KB,
patch
|
Details | Diff | Splinter Review |
The ("bogus") warning is:
{ tao
1. expat/xmlparse/xmlparse.c:2106 (See build log excerpt)
Control reaches end of non-void function
2104 }
2105 /* not reached */
2106 }
2107
2108 #endif /* XML_DTD */
}
The code is right, but the compiler does not track the preceding |abort()|.
Assignee | ||
Updated•21 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.7alpha
Assignee | ||
Comment 1•21 years ago
|
||
Assignee | ||
Comment 2•21 years ago
|
||
Comment on attachment 138378 [details] [diff] [review]
(Av1) warning fix, and code cleanup
I have no compiler: Could you compile/test/review it ? Thanks.
Note: from <http://www.mozilla.org/owners.html>,
'hjtoi#comcast.net', 'peter#propagandism.org' and 'sicking#bigfoot.com' are
obsolete :-(
Attachment #138378 -
Flags: review?(jst)
Comment 3•21 years ago
|
||
Note that xmlparse.c is part of a separate library (expat) which is not
developed by Mozilla.org and that we try to minimize the changes we make to
expat (so upgrading to a new version is as painless as possible)...
Assignee | ||
Comment 4•21 years ago
|
||
Agreed.
Would there be a mean to get it fixed at the source ?
Who should I contact ?
Comment 5•21 years ago
|
||
There's information on Expat at http://expat.sourceforge.net/. I don't know
which version Mozilla uses, but current development is run out of the
Sourceforge site. YOu could review the bug list there, and submit an Expat bug
report --
Comment 6•21 years ago
|
||
Peterv might know more about this.
Comment 7•21 years ago
|
||
Comment on attachment 138378 [details] [diff] [review]
(Av1) warning fix, and code cleanup
Please re-request reviews if we do want this fixed in the Mozilla expat code.
Attachment #138378 -
Flags: review?(jst)
Comment 8•21 years ago
|
||
I'll just WONTFIX this.
Bug 192139 will update our Expat to a later version and we want to keep the
changes between our version and the official version to a minimum to avoid merge
problems when upgrading. If you want to fix this, download the latest Expat and
provide a patch to the Expat people.
You should compile and test your patches *before* asking for review.
The owners page is often incorrect and we'll try to get it corrected, but
looking for the right address is quite simple: just fill in part of the name and
Bugzilla will give you possible matches. Peter would have given you
peterv@propagandism.org as one of the matches and Sicking would have given you
bugmail@sicking.cc.
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → WONTFIX
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•