Closed
Bug 13361
Opened 27 years ago
Closed 26 years ago
Clean up gcc build warnings
Categories
(NSPR :: NSPR, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: slamm, Assigned: wtc)
Details
Attachments
(1 file)
|
3.48 KB,
patch
|
Details | Diff | Splinter Review |
I have a patch to clean up a number of build warnings. The warnings themselves
are harmless, but reducing their number will help see other potential problems.
| Reporter | ||
Comment 1•27 years ago
|
||
| Reporter | ||
Updated•27 years ago
|
Assignee: srinivas → wtc
Whiteboard: Waiting until end of NSPR 3.5 code freeze
| Reporter | ||
Comment 2•27 years ago
|
||
Re-assign to wtc and update whiteboard status.
| Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Whiteboard: Waiting until end of NSPR 3.5 code freeze
Version: 3.0 → 3.1.1
| Assignee | ||
Comment 3•26 years ago
|
||
The fix has been checked in.
/cvsroot/mozilla/nsprpub/pr/include/prtime.h, revision 3.4
/cvsroot/mozilla/nsprpub/pr/src/io/prmwait.c, revision 3.6
/cvsroot/mozilla/nsprpub/pr/src/misc/pratom.c, revision 3.13
/cvsroot/mozilla/nsprpub/pr/src/pthreads/ptio.c, revision 3.24
/cvsroot/mozilla/nsprpub/pr/src/pthreads/ptthread.c, revision 3.23
The fix is also checked into the internal repository.
/m/src/ns/nspr20/pr/include/prtime.h, revision 2.4
/m/src/ns/nspr20/pr/src/io/prmwait.c, revision 2.14
/m/src/ns/nspr20/pr/src/misc/pratom.c, revision 2.18
/m/src/ns/nspr20/pr/src/pthreads/ptio.c, revision 2.67
/m/src/ns/nspr20/pr/src/pthreads/ptthread.c, revision 2.52
| Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
| Reporter | ||
Comment 4•26 years ago
|
||
Marking verified.
| Comment hidden (collapsed) |
You need to log in
before you can comment on or make changes to this bug.
Description
•