Closed
Bug 50083
Opened 25 years ago
Closed 23 years ago
warning occurs when debugging off
Categories
(Core :: XPCOM, defect, P1)
Core
XPCOM
Tracking
()
People
(Reporter: ykoehler, Assigned: ykoehler)
Details
Included is the fix
Index: nsAutoLock.h
===================================================================
RCS file: /cvsroot/mozilla/xpcom/threads/nsAutoLock.h,v
retrieving revision 1.19
diff -r1.19 nsAutoLock.h
187a188,189
> /* Remove warning of status not being used */
> #ifdef NS_DEBUG
188a191,193
> #else
> PR_ExitMonitor(mMonitor);
> #endif
251a257,258
> /* Remove warning of status not being used */
> #ifdef NS_DEBUG
252a260,262
> #else
> PR_CExitMonitor(mLockObject);
> #endif
Updated•25 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 1•25 years ago
|
||
Appears to be a simple fix.
Status: NEW → ASSIGNED
Target Milestone: --- → Future
Comment 2•25 years ago
|
||
Edward: Welcome to xpcom!
Status: ASSIGNED → NEW
QA Contact: leger → rayw
Target Milestone: Future → mozilla1.0
Comment 3•25 years ago
|
||
Once again... attempting to reassign from Ray to Edward.
Assignee: rayw → kandrot
Updated•25 years ago
|
Status: NEW → ASSIGNED
Priority: P3 → P1
QA Contact: rayw → scc
Target Milestone: mozilla1.0 → mozilla0.9
Updated•24 years ago
|
Target Milestone: mozilla0.9 → mozilla1.0
Comment 4•24 years ago
|
||
reassign all kandrot xpcom bug.
Assignee: kandrot → dougt
Status: ASSIGNED → NEW
Target Milestone: mozilla1.0 → ---
Comment 5•24 years ago
|
||
I don't see how this patch works. could you resubmit a new patch?
Assignee: dougt → koehler
Comment 6•23 years ago
|
||
*** This bug has been marked as a duplicate of 68036 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•