From: Behdad Esfahbod Date: Sun, 31 Mar 2019 01:48:26 +0000 (-0700) Subject: [serializer] Unbreak for now X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0b1fe7b716628f7b7b4098da9ef544e1518008f5;p=platform%2Fupstream%2FlibHarfBuzzSharp.git [serializer] Unbreak for now --- diff --git a/src/hb-serialize.hh b/src/hb-serialize.hh index 407a330..805ac49 100644 --- a/src/hb-serialize.hh +++ b/src/hb-serialize.hh @@ -111,7 +111,7 @@ struct hb_serialize_context_t assert (!current.length); return push (); } - objidx_t end_serialize () + void end_serialize () { DEBUG_MSG_LEVEL (SERIALIZE, this->start, 0, -1, "end [%p..%p] serialized %u bytes; %s", @@ -122,7 +122,8 @@ struct hb_serialize_context_t /* TODO Propagate errors. */ assert (current.length == 1); - return pop_pack (); + /* TODO Enable when callers are updated. */ + //pop_pack (); } template