summaryrefslogtreecommitdiff
path: root/pango/pango-language.h
diff options
context:
space:
mode:
authorTimm Bäder <tbaeder@redhat.com>2020-03-04 13:19:02 +0100
committerTimm Bäder <tbaeder@redhat.com>2020-04-14 16:36:23 +0200
commit3a9398fb989ff571aa40405987e20d548717687e (patch)
treea5ef369c3b27b22e7063aa9ed5fee9bac4259616 /pango/pango-language.h
parent3d6c8f0bd97171f9409f900f94e694fffecb739f (diff)
downloadpango-3a9398fb989ff571aa40405987e20d548717687e.tar.gz
PangoLanguage: Fix clang -Wcast-align warnings
Clang complains when casting char* to PangoLanguage* and -Wcast-align set. We only cast it to char* to get the proper address for the private struct though, so just cast to void* afterwards. Except for the case that was stuffing PangoLanguage* sized elements into a GArray. Just use a GPtrArray there.
Diffstat (limited to 'pango/pango-language.h')
0 files changed, 0 insertions, 0 deletions