Closed
Bug 759980
Opened 13 years ago
Closed 13 years ago
Compiler warning: initialization of pointer of type 'JSObject *' to null from a constant boolean expression [-Wbool-conversions]
Categories
(Core :: XPConnect, defect)
Core
XPConnect
Tracking
()
RESOLVED
DUPLICATE
of bug 759504
People
(Reporter: ehsan.akhgari, Assigned: ehsan.akhgari)
Details
(Whiteboard: [build_warning])
Attachments
(1 file)
513 bytes,
patch
|
Details | Diff | Splinter Review |
./dombindings_gen.cpp:1266:16: warning: initialization of pointer of type 'JSObject *' to null from a constant boolean expression [-Wbool-conversions]
return false;
^~~~~
And many more warnings similar to this.
Assignee | ||
Comment 1•13 years ago
|
||
Assignee | ||
Updated•13 years ago
|
Component: DOM → XPConnect
QA Contact: general → xpconnect
![]() |
||
Comment 2•13 years ago
|
||
Pretty sure David has a patch for this in another bug too...
Comment 3•13 years ago
|
||
This patch is missing a place. See bug 759504.
Assignee | ||
Updated•13 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Updated•13 years ago
|
Attachment #628579 -
Flags: review?(bobbyholley+bmo)
You need to log in
before you can comment on or make changes to this bug.
Description
•