summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/hb-object-private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hb-object-private.h b/src/hb-object-private.h
index 163c5c1..81ab6c2 100644
--- a/src/hb-object-private.h
+++ b/src/hb-object-private.h
@@ -42,7 +42,7 @@
HB_REFERENCE_COUNT_GET_VALUE (obj->ref_count), \
__FUNCTION__)
#else
-#define HB_OBJECT_DEBUG_OUT(obj) (void) 0
+#define HB_OBJECT_DEBUG_OUT(obj) 1
#endif