Open
Bug 1834276
Opened 2 years ago
Updated 2 years ago
Unused variable warning in gfx/ots/src/cpal.cc
Categories
(Firefox Build System :: General, task)
Firefox Build System
General
Tracking
(Not tracked)
NEW
People
(Reporter: sergesanspaille, Assigned: sergesanspaille)
References
(Blocks 1 open bug)
Details
Attachments
(1 obsolete file)
The result of off_t start = out->Tell();
in bool OpenTypeCPAL::Serialize(OTSStream *out)
is only used in debug mode.
Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Attachment #9335186 -
Attachment is obsolete: true
Assignee | ||
Comment 2•2 years ago
|
||
Patches submitted upstream: https://github.com/khaledhosny/ots/pull/258 and https://github.com/khaledhosny/ots/pull/259
Assignee | ||
Comment 3•2 years ago
|
||
And merged upstream. This will be fixed by the next sync.
You need to log in
before you can comment on or make changes to this bug.
Description
•