Fix warnings
authorBehdad Esfahbod <behdad@behdad.org>
Tue, 11 May 2010 03:44:51 +0000 (23:44 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Tue, 11 May 2010 03:44:51 +0000 (23:44 -0400)
src/hb-open-type-private.hh

index 52afd6b..adbd4c7 100644 (file)
@@ -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) {}
 };