summaryrefslogtreecommitdiff
path: root/src/hb-open-type-private.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/hb-open-type-private.hh')
-rw-r--r--src/hb-open-type-private.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/hb-open-type-private.hh b/src/hb-open-type-private.hh
index bbd88a7..d4c2fd5 100644
--- a/src/hb-open-type-private.hh
+++ b/src/hb-open-type-private.hh
@@ -171,7 +171,7 @@ _hb_sanitize_fini (hb_sanitize_context_t *context HB_UNUSED,
hb_blob_unlock (blob);
}
-static HB_UNUSED inline bool
+static inline bool
_hb_sanitize_check (SANITIZE_ARG_DEF,
const char *base,
unsigned int len)
@@ -191,7 +191,7 @@ _hb_sanitize_check (SANITIZE_ARG_DEF,
return ret;
}
-static HB_UNUSED inline bool
+static inline bool
_hb_sanitize_array (SANITIZE_ARG_DEF,
const char *base,
unsigned int record_size,
@@ -211,7 +211,7 @@ _hb_sanitize_array (SANITIZE_ARG_DEF,
return HB_LIKELY (!overflows) && _hb_sanitize_check (SANITIZE_ARG, base, record_size * len);
}
-static HB_UNUSED inline bool
+static inline bool
_hb_sanitize_edit (SANITIZE_ARG_DEF,
const char *base HB_UNUSED,
unsigned int len HB_UNUSED)