Closed
Bug 15638
Opened 26 years ago
Closed 24 years ago
Cleanup build warnings
Categories
(Core Graveyard :: Tracking, defect, P3)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: slamm, Assigned: waldemar)
References
()
Details
http://tinderbox.mozilla.org/SeaMonkey/warnings.html#waldemar
Your three warnings stem from name space pollution in
/usr/include/bits/mathcalls.h. If you really do need to include that file (it is
included by math.h), then maybe you could change the variable names just to
quiet the warnings.
Now you have a bug to check in your fixes. =) I am even available to review
changes.
| Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
| Reporter | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → LATER
| Reporter | ||
Comment 1•26 years ago
|
||
I decided to just ignore these warnings on the warnings report. They will still
show up for developers, so it would be great to fix them, but I will not make it
a requirement.
| Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 3•24 years ago
|
||
LATER is deprecated per bug 35839.
Status: CLOSED → REOPENED
Resolution: LATER → ---
Comment 4•24 years ago
|
||
INVALID, we no longer seem to have a warnings page.
Status: REOPENED → RESOLVED
Closed: 26 years ago → 24 years ago
Resolution: --- → INVALID
Updated•10 years ago
|
Product: Core → Core Graveyard
| Comment hidden (collapsed) |
You need to log in
before you can comment on or make changes to this bug.
Description
•