Closed
Bug 371380
Opened 19 years ago
Closed 19 years ago
fix warnings in gfxAtsuiFonts.cpp
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jaas, Assigned: jaas)
References
Details
Attachments
(1 file)
|
1.94 KB,
patch
|
Details | Diff | Splinter Review |
gfx/thebes/src/gfxAtsuiFonts.cpp:418:1: warning: "ROUND" redefined
gfx/thebes/src/gfxAtsuiFonts.cpp:57:1: warning: this is the location of the previous definition
gfx/thebes/src/gfxAtsuiFonts.cpp: In member function 'gfxAtsuiFont* gfxAtsuiFontGroup::FindFontFor(ATSUFontID)':
gfx/thebes/src/gfxAtsuiFonts.cpp:491: warning: comparison between signed and unsigned integer expressions
gfx/thebes/src/gfxAtsuiFonts.cpp: In member function 'virtual void gfxAtsuiTextRun::Draw(gfxContext*, gfxPoint)':
gfx/thebes/src/gfxAtsuiFonts.cpp:628: warning: unused variable 'fontSize'
Attachment #256170 -
Flags: superreview?(pavlov)
fixed by 370588
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Attachment #256170 -
Flags: superreview?(pavlov)
You need to log in
before you can comment on or make changes to this bug.
Description
•