[subset] Fix warning
authorBehdad Esfahbod <behdad@behdad.org>
Sat, 27 Oct 2018 03:45:28 +0000 (20:45 -0700)
committerBehdad Esfahbod <behdad@behdad.org>
Sat, 27 Oct 2018 04:22:26 +0000 (21:22 -0700)
src/hb-subset.hh

index 9cdd388..e43c79f 100644 (file)
@@ -43,7 +43,7 @@ struct hb_subset_context_t :
   template <typename T>
   inline bool dispatch (const T &obj) { return obj.subset (this); }
   static bool default_return_value (void) { return true; }
-  bool stop_sublookup_iteration (bool r) const { return false; }
+  bool stop_sublookup_iteration (bool r HB_UNUSED) const { return false; }
 
   hb_subset_plan_t *plan;
   hb_serialize_context_t *serializer;