Closed
Bug 712120
Opened 14 years ago
Closed 9 years ago
Graphite2 adds many compiler warnings
Categories
(Core :: Layout: Text and Fonts, defect)
Core
Layout: Text and Fonts
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: gps, Assigned: jfkthame)
References
Details
When Graphite was enabled, it created a bunch of new compiler warnings:
http://jenkins.gregoryszorc.com:9000/job/mozilla-central/223/
This recorded 94 new compiler warnings on Windows.
Most of the errors look like:
'gr_tag_to_str' : inconsistent dll linkage
or
locally defined symbol _gr_face_find_fref imported in function "public: virtual bool __thiscall gfxGraphiteShaper::InitTextRun(class gfxContext *,class gfxTextRun *,wchar_t const *,unsigned int,unsigned int,int)" (?InitTextRun@gfxGraphiteShaper@@UAE_NPAVgfxContext@@PAVgfxTextRun@@PB_WIIH@Z)
See http://jenkins.gregoryszorc.com:9000/job/mozilla-central/223/warningsResult/new/? for the full list. I can't guarantee that site will be available forever. To reproduce in case it is gone, just compile on Windows and watch the output.
Updated•14 years ago
|
Assignee: nobody → jfkthame
Assignee | ||
Comment 4•9 years ago
|
||
Closing this as WFM. We have taken numerous new graphite library versions since this was filed, and I don't see these warnings in current Windows build logs. Please re-open if I'm missing something and this is still an issue.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•