[subset] Minor
authorBehdad Esfahbod <behdad@behdad.org>
Wed, 12 Dec 2018 03:48:27 +0000 (22:48 -0500)
committerBehdad Esfahbod <behdad@behdad.org>
Wed, 12 Dec 2018 03:48:27 +0000 (22:48 -0500)
src/hb-machinery.hh

index 906fad5..5180e1e 100644 (file)
@@ -552,7 +552,7 @@ struct hb_serialize_context_t
   }
 
   template <typename Type>
-  inline Type *start_embed (void) const
+  inline Type *start_embed (const Type *_ HB_UNUSED = nullptr) const
   {
     Type *ret = reinterpret_cast<Type *> (this->head);
     return ret;