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

New commits:
commit 221ce6c18f2a1e878b68eb0a97f235efa4c044d3
Author: Behdad Esfahbod <beh...@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)];
 };
 
_______________________________________________
HarfBuzz mailing list
HarfBuzz@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/harfbuzz

Reply via email to