Closed Bug 678022 Opened 13 years ago Closed 13 years ago

Fix c++0x initializer list error found by clang

Categories

(Core :: Graphics, defect)

x86_64
Linux
defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla8

People

(Reporter: espindola, Assigned: espindola)

Details

Attachments

(1 file)

Attached patch fix buildSplinter Review
Fix build with clang and c++0x.
    
    In c++0x one cannot use -1 in a position in an initializer list that
    is unsigned. Use UINT_MAX instead.
Attachment #552194 - Flags: review?(mh+mozilla)
Attachment #552194 - Flags: review?(mh+mozilla) → review?(roc)
Assignee: nobody → respindola
http://hg.mozilla.org/integration/mozilla-inbound/rev/6cd84482066b
Status: NEW → ASSIGNED
Keywords: checkin-needed
Whiteboard: [inbound]
Target Milestone: --- → mozilla8
Version: unspecified → Trunk
https://hg.mozilla.org/mozilla-central/rev/6cd84482066b
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Whiteboard: [inbound]
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: