Hopefully fix up previous commit and bots
This commit is contained in:
parent
e832dc4c64
commit
fd71c045b4
|
@ -373,7 +373,7 @@ extern "C" void hb_free_impl(void *ptr);
|
||||||
#ifndef HB_NO_ERRNO
|
#ifndef HB_NO_ERRNO
|
||||||
# include <errno.h>
|
# include <errno.h>
|
||||||
#else
|
#else
|
||||||
static int _hb_errno = 0; /* Use something better? */
|
static int HB_UNUSED _hb_errno = 0;
|
||||||
# undef errno
|
# undef errno
|
||||||
# define errno _hb_errno
|
# define errno _hb_errno
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue