mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-17 02:35:52 +00:00
Hopefully fix up previous commit and bots
This commit is contained in:
parent
e832dc4c64
commit
fd71c045b4
1 changed files with 1 additions and 1 deletions
|
@ -373,7 +373,7 @@ extern "C" void hb_free_impl(void *ptr);
|
|||
#ifndef HB_NO_ERRNO
|
||||
# include <errno.h>
|
||||
#else
|
||||
static int _hb_errno = 0; /* Use something better? */
|
||||
static int HB_UNUSED _hb_errno = 0;
|
||||
# undef errno
|
||||
# define errno _hb_errno
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue