diff --git a/src/hb-meta.hh b/src/hb-meta.hh index 132e644d5..6eb13155d 100644 --- a/src/hb-meta.hh +++ b/src/hb-meta.hh @@ -71,7 +71,7 @@ template using hb_type_identity = typename hb_match_identity::ty struct { template - T* operator () (const T& arg) const + T* operator () (T& arg) const { #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wcast-align"