commit | fd71c045b46380281ba8a7e351fac7248938c74c | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Mon Oct 28 17:06:53 2019 -0700 |
committer | Behdad Esfahbod <behdad@behdad.org> | Mon Oct 28 17:06:53 2019 -0700 |
tree | 7143cfc242bfe5bb0fe29d268b8a1f251b47a44f | |
parent | e832dc4c642f604d2cbb8e6b2f0b8d37151936f1 [diff] [blame] |
Hopefully fix up previous commit and bots
diff --git a/src/hb.hh b/src/hb.hh index f6398cc..fcbd330 100644 --- a/src/hb.hh +++ b/src/hb.hh
@@ -373,7 +373,7 @@ #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