mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-08 14:45:24 +00:00
Fix warning
This commit is contained in:
parent
bcc0406a52
commit
44533e773f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue