Closed
Bug 1278938
Opened 9 years ago
Closed 9 years ago
avoid warnings in omx-plugin headers when compiling with clang
Categories
(Core :: General, defect)
Core
General
Tracking
()
RESOLVED
FIXED
mozilla50
| Tracking | Status | |
|---|---|---|
| firefox50 | --- | fixed |
People
(Reporter: froydnj, Assigned: froydnj)
Details
Attachments
(1 file)
|
2.31 KB,
patch
|
snorp
:
review+
|
Details | Diff | Splinter Review |
We can avoid a struct/class mismatch in MediaExtractor.h.
TypeHelpers.h has extraneous |template<>| specializations that don't
actually specialize anything.
| Assignee | ||
Comment 1•9 years ago
|
||
Attachment #8761280 -
Flags: review?(snorp)
Attachment #8761280 -
Flags: review?(snorp) → review+
Pushed by nfroyd@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/1156677fcb20
avoid warnings in omx-plugin headers when compiling with clang; r=snorp
Comment 3•9 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox50:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla50
You need to log in
before you can comment on or make changes to this bug.
Description
•