[HarfBuzz] harfbuzz: Branch 'master'

Behdad Esfahbod behdad at kemper.freedesktop.org
Sun Oct 15 21:59:18 UTC 2017


 src/hb-private.hh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 221ce6c18f2a1e878b68eb0a97f235efa4c044d3
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Sun Oct 15 17:58:58 2017 -0400

    Fix bots

diff --git a/src/hb-private.hh b/src/hb-private.hh
index 5deaa9d9..3c004928 100644
--- a/src/hb-private.hh
+++ b/src/hb-private.hh
@@ -1116,7 +1116,7 @@ struct hb_vector_size_t
   }
 
   private:
-  static_assert (byte_size / sizeof (elt_t) * sizeof (elt_t) == byte_size);
+  static_assert (byte_size / sizeof (elt_t) * sizeof (elt_t) == byte_size, "");
   elt_t v[byte_size / sizeof (elt_t)];
 };
 


More information about the HarfBuzz mailing list