Fix warning

This commit is contained in:
Behdad Esfahbod 2009-11-05 19:58:02 -05:00
parent bcc0406a52
commit 44533e773f
1 changed files with 1 additions and 1 deletions

View File

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