summaryrefslogtreecommitdiff
path: root/pango/opentype/harfbuzz-impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'pango/opentype/harfbuzz-impl.h')
-rw-r--r--pango/opentype/harfbuzz-impl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/pango/opentype/harfbuzz-impl.h b/pango/opentype/harfbuzz-impl.h
index 15b63c68..f31f5cde 100644
--- a/pango/opentype/harfbuzz-impl.h
+++ b/pango/opentype/harfbuzz-impl.h
@@ -41,6 +41,10 @@ FT_BEGIN_HEADER
# define TTAG_GSUB FT_MAKE_TAG( 'G', 'S', 'U', 'B' )
#endif
+#ifndef FT_UNUSED
+# define FT_UNUSED(arg) ((arg) = (arg))
+#endif
+
#include "ftglue.h"
#define ARRAY_LEN(Array) ((int)(sizeof (Array) / sizeof (Array)[0]))