diff options
Diffstat (limited to 'src/hb-object-private.h')
-rw-r--r-- | src/hb-object-private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hb-object-private.h b/src/hb-object-private.h index e24bc91..937b1df 100644 --- a/src/hb-object-private.h +++ b/src/hb-object-private.h @@ -62,7 +62,7 @@ typedef struct { #define HB_DEBUG_OBJECT HB_DEBUG+0 #endif -static HB_GNUC_UNUSED inline hb_bool_t /* always returns TRUE */ +static HB_UNUSED inline hb_bool_t /* always returns TRUE */ _hb_object_debug_out (const void *obj, hb_reference_count_t *ref_count, const char *function) |