提交 693ae804 编写于 作者: M Michiharu Ariza

more silencing fixes

上级 f6da4498
......@@ -48,7 +48,7 @@ struct CFF2VariationStore
inline bool serialize (hb_serialize_context_t *c, const CFF2VariationStore *varStore)
{
TRACE_SANITIZE (this);
TRACE_SERIALIZE (this);
unsigned int size_ = varStore->get_size ();
CFF2VariationStore *dest = c->allocate_size<CFF2VariationStore> (size_);
if (unlikely (dest == nullptr)) return_trace (false);
......
......@@ -144,6 +144,7 @@ struct CFF2PrivateDict_OpSerializer : OpSerializer
struct subset_plan {
inline subset_plan (void)
: final_size (0)
{
subset_charstrings.init ();
private_off_and_size_pairs.init ();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册