Closed
Bug 563407
Opened 15 years ago
Closed 15 years ago
New compile warning: "format ‘%08x’ expects type ‘unsigned int’, but argument 3 has type ‘PtrBits’
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: dholbert, Assigned: tnikkel)
References
()
Details
(Whiteboard: [build_warning])
Attachments
(1 file)
1.74 KB,
patch
|
sicking
:
review+
|
Details | Diff | Splinter Review |
Bug 561010's changeset http://hg.mozilla.org/mozilla-central/rev/0ce6c931a05b introduced two new compile warnings, on x86 linux:
> content/base/src/nsGenericElement.cpp:4806: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 3 has type ‘PtrBits’
> content/base/src/nsTextNode.cpp:239: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 3 has type ‘PtrBits’
Timothy, mind investigating/fixing?
Assignee | ||
Comment 1•15 years ago
|
||
Assignee: nobody → tnikkel
Attachment #443171 -
Flags: review?(jonas)
Attachment #443171 -
Flags: review?(jonas) → review+
Reporter | ||
Updated•15 years ago
|
Whiteboard: [build_warning]
Assignee | ||
Comment 2•15 years ago
|
||
Landed
http://hg.mozilla.org/mozilla-central/rev/116e56d84770
but backed out because something in the push was causing orange
http://hg.mozilla.org/mozilla-central/rev/01befa5163ee
Assignee | ||
Comment 4•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•