[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Warning with the latest harfbuzz version
From: |
Werner LEMBERG |
Subject: |
Re: Warning with the latest harfbuzz version |
Date: |
Fri, 15 Jan 2021 11:25:16 +0100 (CET) |
> using the latest harfbuzz version, I have this warning [...]
>
> ../src/autofit/afshaper.c:135:5: warning: 'hb_ot_tags_from_script' is
> deprecated: Use 'hb_ot_tags_from_script_and_language' instead
> [-Wdeprecated-declarations]
This is harmless but admittedly annoying. I didn't find the energy
yet to fix it – do you want to give it a try? Here are some hints how
to do it:
https://github.com/harfbuzz/harfbuzz/issues/2737
Werner
PS: I will review your mmap stuff soon.