Fix warning
This commit is contained in:
parent
bcc0406a52
commit
44533e773f
|
@ -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…
Reference in New Issue