Closed Bug 802381 Opened 13 years ago Closed 13 years ago

fix clang build

Categories

(Core :: IPC, defect)

x86
macOS
defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla19
Tracking Status
firefox18 --- fixed

People

(Reporter: espindola, Assigned: espindola)

References

Details

Attachments

(1 file)

Newer clangs have this warning: error: cast to 'void *' from smaller integer type 'int' which in combination with -Werror causes the build to fail without this patch. I don't know the code, so I am assuming that the value is not actually a pointer, it is just being casted to one to fit in an old existing API, is that the case?
Attachment #672047 - Flags: review?(bgirard)
Attachment #672047 - Flags: review?(bgirard) → review+
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla19
Comment on attachment 672047 [details] [diff] [review] cast via intptr_t This is needed for bug 799572. [Approval Request Comment] Bug caused by (feature/regressing bug #): User impact if declined: Testing completed (on m-c, etc.): Risk to taking this patch (and alternatives if risky): String or UUID changes made by this patch:
Attachment #672047 - Flags: approval-mozilla-aurora?
Comment on attachment 672047 [details] [diff] [review] cast via intptr_t Approving as it is needed by 799572
Attachment #672047 - Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: