summaryrefslogtreecommitdiff
path: root/pango/opentype/hb-open-type-private.hh
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2010-04-19 02:29:04 -0400
committerBehdad Esfahbod <behdad@behdad.org>2010-04-19 02:35:05 -0400
commit5383831f1c73eaed7696fddad3e2fb823858a8ff (patch)
tree3864f05a4812ceca9f40d431350877aacf77afeb /pango/opentype/hb-open-type-private.hh
parent52ab3d508ad900cc435aa6529cd4a333db43af78 (diff)
downloadpango-5383831f1c73eaed7696fddad3e2fb823858a8ff.tar.gz
[HB] Fix warnings
Diffstat (limited to 'pango/opentype/hb-open-type-private.hh')
-rw-r--r--pango/opentype/hb-open-type-private.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/opentype/hb-open-type-private.hh b/pango/opentype/hb-open-type-private.hh
index 77c5dfe4..98d46bd9 100644
--- a/pango/opentype/hb-open-type-private.hh
+++ b/pango/opentype/hb-open-type-private.hh
@@ -117,7 +117,7 @@ struct Null <Type> \
#endif
#if HB_DEBUG_SANITIZE
-#define TRACE_SANITIZE_ARG_DEF , unsigned int sanitize_depth
+#define TRACE_SANITIZE_ARG_DEF , unsigned int sanitize_depth HB_GNUC_UNUSED
#define TRACE_SANITIZE_ARG , sanitize_depth + 1
#define TRACE_SANITIZE_ARG_INIT , 1
#define TRACE_SANITIZE() \