Closed
Bug 678768
Opened 10 years ago
Closed 10 years ago
GCC build warning about nsFontFace constructor init list order
Categories
(Core :: Layout: Text and Fonts, defect)
Core
Layout: Text and Fonts
Tracking
()
RESOLVED
FIXED
People
(Reporter: dholbert, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [build_warning])
Attachments
(1 file)
865 bytes,
patch
|
jfkthame
:
review+
|
Details | Diff | Splinter Review |
GCC build warning: { nsFontFace.h: In constructor ‘nsFontFace::nsFontFace(gfxFontEntry*, PRUint8, nsCSSFontFaceRule*)’: nsFontFace.h:66:11: warning: ‘nsFontFace::mMatchType’ will be initialized after [-Wreorder] nsFontFace.h:65:31: warning: ‘nsRefPtr<nsCSSFontFaceRule> nsFontFace::mRule’ [-Wreorder] nsFontFace.cpp:45:1: warning: when initialized here [-Wreorder] }
Reporter | ||
Comment 1•10 years ago
|
||
Attachment #552910 -
Flags: review?(jfkthame)
Reporter | ||
Updated•10 years ago
|
Updated•10 years ago
|
Attachment #552910 -
Flags: review?(jfkthame) → review+
Reporter | ||
Comment 2•10 years ago
|
||
http://hg.mozilla.org/integration/mozilla-inbound/rev/9bcd224e7856
Whiteboard: [build_warning] → [build_warning][inbound]
Comment 3•10 years ago
|
||
http://hg.mozilla.org/mozilla-central/rev/9bcd224e7856
Status: NEW → RESOLVED
Closed: 10 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Whiteboard: [build_warning][inbound] → [build_warning]
You need to log in
before you can comment on or make changes to this bug.
Description
•