Closed
Bug 968139
Opened 11 years ago
Closed 10 years ago
compile-time warnings in gfx/ots
Categories
(Core :: Graphics: Text, defect)
Core
Graphics: Text
Tracking
()
RESOLVED
FIXED
mozilla33
People
(Reporter: jfkthame, Unassigned)
References
Details
Since the OTS update in bug 941019, we have a bunch of warnings while compiling the OTS sources, of the form:
6:16.12 In file included from /mc/obj-ff-dbg/gfx/ots/src/Unified_cpp_gfx_ots_src0.cpp:20:
6:16.12 /mc/gfx/ots/src/cmap.cc:18:9: warning: 'TABLE_NAME' macro redefined
6:16.12 #define TABLE_NAME "cmap"
6:16.12 ^
6:16.12 /mc/gfx/ots/src/cff.cc:17:9: note: previous definition is here
6:16.12 #define TABLE_NAME "CFF"
6:16.12 ^
and similarly for many other files.
This is happening because we compile (most of) these files in unified mode, but they each #define their own version of the TABLE_NAME macro.
We can either get this adjusted upstream, if Khaled is agreeable, or else stop building these files in unified mode.
Reporter | ||
Comment 1•11 years ago
|
||
Submitted https://github.com/khaledhosny/ots/pull/25 upstream.
Updated•10 years ago
|
Comment 2•10 years ago
|
||
Should be fixed per bug 1020927.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla33
You need to log in
before you can comment on or make changes to this bug.
Description
•