[HarfBuzz] harfbuzz: Branch 'master'
Behdad Esfahbod
behdad at kemper.freedesktop.org
Mon Oct 1 10:56:59 UTC 2018
src/hb-cache.hh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 3426a361571a1996b5a895fb9374ce3a4a7f9af3
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Mon Oct 1 12:55:57 2018 +0200
Unbreak bots
diff --git a/src/hb-cache.hh b/src/hb-cache.hh
index 70e966e8..eb48f18c 100644
--- a/src/hb-cache.hh
+++ b/src/hb-cache.hh
@@ -37,7 +37,7 @@ struct hb_cache_t
{
static_assert ((key_bits >= cache_bits), "");
static_assert ((key_bits + value_bits - cache_bits <= 8 * sizeof (hb_atomic_int_t)), "");
- static_assert (sizeof (hb_atomic_int_t) == sizeof (unsigned int));
+ static_assert (sizeof (hb_atomic_int_t) == sizeof (unsigned int), "");
inline void init (void) { clear (); }
inline void fini (void) {}
More information about the HarfBuzz
mailing list