Closed
Bug 1396867
Opened 7 years ago
Closed 7 years ago
silence -Wunused-typedef warnings in GeckoEditableSupport
Categories
(Core Graveyard :: Widget: Android, enhancement)
Core Graveyard
Widget: Android
Tracking
(firefox57 fixed)
RESOLVED
FIXED
mozilla57
Tracking | Status | |
---|---|---|
firefox57 | --- | fixed |
People
(Reporter: froydnj, Assigned: froydnj)
References
Details
Attachments
(1 file)
2.42 KB,
patch
|
jchen
:
review+
|
Details | Diff | Splinter Review |
clang seems to think that `Base` is unused despite its obvious uses
inside this class. We can deal with the `Base::` qualifications for
name lookup by using `this->` instead, and the other uses of `Base::`
can simply use the explicit name of the superclass.
Assignee | ||
Comment 1•7 years ago
|
||
Attachment #8904589 -
Flags: review?(nchen)
Comment 2•7 years ago
|
||
Comment on attachment 8904589 [details] [diff] [review]
silence -Wunused-typedef warnings in GeckoEditableSupport
Review of attachment 8904589 [details] [diff] [review]:
-----------------------------------------------------------------
Is this worth filing a clang bug?
Attachment #8904589 -
Flags: review?(nchen) → review+
Pushed by nfroyd@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/b6eeb204f318
silence -Wunused-typedef warnings in GeckoEditableSupport; r=darchons
Comment 4•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox57:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla57
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•