From 48f0204cfea616a788d75c5065ad4999c7685513 Mon Sep 17 00:00:00 2001 From: Ebrahim Byagowi Date: Tue, 24 Apr 2018 08:11:13 +0430 Subject: [PATCH] Minor, re-add unused mark for two TRACE_ macros To revive Travis CI bot --- src/hb-debug.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hb-debug.hh b/src/hb-debug.hh index cbb716a7a..c244347b3 100644 --- a/src/hb-debug.hh +++ b/src/hb-debug.hh @@ -357,7 +357,7 @@ struct hb_no_trace_t { (&c->debug_depth, c->get_name (), this, HB_FUNC, \ " ") #else -#define TRACE_CLOSURE(this) hb_no_trace_t trace +#define TRACE_CLOSURE(this) hb_no_trace_t trace HB_UNUSED #endif #ifndef HB_DEBUG_COLLECT_GLYPHS @@ -369,7 +369,7 @@ struct hb_no_trace_t { (&c->debug_depth, c->get_name (), this, HB_FUNC, \ " ") #else -#define TRACE_COLLECT_GLYPHS(this) hb_no_trace_t trace +#define TRACE_COLLECT_GLYPHS(this) hb_no_trace_t trace HB_UNUSED #endif #ifndef HB_DEBUG_SANITIZE