Silence clang

pull/1136/head
Behdad Esfahbod 6 years ago
parent 6750ec692c
commit 989e71a982
  1. 2
      src/hb-machinery-private.hh

@ -597,7 +597,7 @@ struct hb_data_wrapper_t
inline Data * get_data (void) const
{
return *(((Data **) this) - WheresData);
return *(((Data **) (void *) this) - WheresData);
}
template <typename Stored, typename Subclass>

Loading…
Cancel
Save