From 75651b20871047d3ec17f4221794b8ef5d60e14b Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 10 May 2010 23:44:51 -0400 Subject: [PATCH] Fix warnings --- src/hb-open-type-private.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-open-type-private.hh b/src/hb-open-type-private.hh index 52afd6b..adbd4c7 100644 --- a/src/hb-open-type-private.hh +++ b/src/hb-open-type-private.hh @@ -154,7 +154,7 @@ struct hb_trace_t { }; template <> /* Optimize when tracing is disabled */ struct hb_trace_t<0> { - explicit hb_trace_t (unsigned int *pdepth, const char *what, const char *function, const void *obj) {} + explicit hb_trace_t (unsigned int *pdepth HB_UNUSED, const char *what HB_UNUSED, const char *function HB_UNUSED, const void *obj HB_UNUSED) {} }; -- 2.7.4