Closed
Bug 690962
Opened 14 years ago
Closed 14 years ago
Remove useless assertion now that we use bool instead of PRBool
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
FIXED
mozilla10
People
(Reporter: bent.mozilla, Assigned: bent.mozilla)
References
Details
(Whiteboard: [inbound])
Attachments
(1 file)
581 bytes,
patch
|
dbaron
:
review+
|
Details | Diff | Splinter Review |
Now that bug 675553 landed this is worthless.
c:\Home\src\mozilla\telephony\obj-debug\dist\include\nsPresContext.h(678) : warning C4806: '&' : unsafe operation: no value of type 'bool' promoted to type 'int' can equal the given constant
Assignee | ||
Comment 1•14 years ago
|
||
Comment on attachment 563885 [details] [diff] [review]
Patch
r=dbaron, but could you remove all 4 of them in this file rather than just this 1
Attachment #563885 -
Flags: review?(roc) → review+
Assignee | ||
Comment 4•14 years ago
|
||
Whiteboard: [inbound]
Comment 5•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla10
You need to log in
before you can comment on or make changes to this bug.
Description
•