Closed
Bug 1172805
Opened 8 years ago
Closed 8 years ago
Fix enum comparison warnings in nsAppShell
Categories
(Core Graveyard :: Widget: Gonk, defect)
Tracking
(firefox41 fixed)
RESOLVED
FIXED
mozilla41
Tracking | Status | |
---|---|---|
firefox41 | --- | fixed |
People
(Reporter: boris, Assigned: boris)
Details
Attachments
(1 file)
1.80 KB,
patch
|
mwu
:
review+
|
Details | Diff | Splinter Review |
Fix these warnings: /widget/gonk/nsAppShell.cpp: In member function 'void GeckoInputReaderPolicy::setDisplayInfo()': /widget/gonk/nsAppShell.cpp:567:19: warning: comparison between 'enum nsIScreen::<anonymous>' and 'enum android::<anonymous>' [-Wenum-compare] /widget/gonk/nsAppShell.cpp:570:19: warning: comparison between 'enum nsIScreen::<anonymous>' and 'enum android::<anonymous>' [-Wenum-compare] /widget/gonk/nsAppShell.cpp:573:19: warning: comparison between 'enum nsIScreen::<anonymous>' and 'enum android::<anonymous>' [-Wenum-compare] /widget/gonk/nsAppShell.cpp:576:19: warning: comparison between 'enum nsIScreen::<anonymous>' and 'enum android::<anonymous>' [-Wenum-compare]
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → boris.chiou
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•8 years ago
|
||
Assignee | ||
Updated•8 years ago
|
Attachment #8617178 -
Flags: review?(mwu)
Updated•8 years ago
|
Attachment #8617178 -
Flags: review?(mwu) → review+
Comment hidden (obsolete) |
Assignee | ||
Comment 3•8 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=def7304c6443
Assignee | ||
Updated•8 years ago
|
Keywords: checkin-needed
https://hg.mozilla.org/mozilla-central/rev/23450c433423
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox41:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla41
Updated•5 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•