]> granicus.if.org Git - libass/commit
fontselect: silence warnings about discarding const
authorOleg Oshmyan <chortos@inbox.lv>
Wed, 28 Oct 2015 22:19:20 +0000 (00:19 +0200)
committerOleg Oshmyan <chortos@inbox.lv>
Wed, 28 Oct 2015 22:20:51 +0000 (00:20 +0200)
commitbf8524fe5c8eb20c03f0732c3c782a330e97594e
tree7583901bad01382844d2f58a4b331c1af3c5c6a1
parente3c899b6614bda68de4c1e7747828744144afeb2
fontselect: silence warnings about discarding const

Fixing this properly involves constifying ASS_FontProviderMetaData
and refactoring code that allocates and frees strings stored in it.
This seems easy on the surface but turns out to be nontrivial when
you actually try to do it. This may still be done at a later date,
but for now, just add explicit casts.
libass/ass_fontselect.c