Fix warning

pull/1/head
Behdad Esfahbod 16 years ago
parent bcc0406a52
commit 44533e773f
  1. 2
      src/hb-object-private.h

@ -42,7 +42,7 @@
HB_REFERENCE_COUNT_GET_VALUE (obj->ref_count), \ HB_REFERENCE_COUNT_GET_VALUE (obj->ref_count), \
__FUNCTION__) __FUNCTION__)
#else #else
#define HB_OBJECT_DEBUG_OUT(obj) 0 #define HB_OBJECT_DEBUG_OUT(obj) (void) 0
#endif #endif

Loading…
Cancel
Save