Silence clang

This commit is contained in:
Behdad Esfahbod 2018-08-12 17:47:59 -07:00
parent 6750ec692c
commit 989e71a982

View File

@ -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>