Closed Bug 1396867 Opened 7 years ago Closed 7 years ago

silence -Wunused-typedef warnings in GeckoEditableSupport

Categories

(Core Graveyard :: Widget: Android, enhancement)

enhancement
Not set
normal

Tracking

(firefox57 fixed)

RESOLVED FIXED
mozilla57
Tracking Status
firefox57 --- fixed

People

(Reporter: froydnj, Assigned: froydnj)

References

Details

Attachments

(1 file)

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.
Blocks: 1163171
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
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla57
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: