mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 14:46:03 +00:00
Silence spurious warning from Clang ASAN
This commit is contained in:
parent
24e6dda0bc
commit
4c5ec4a018
1 changed files with 1 additions and 1 deletions
|
|
@ -460,7 +460,7 @@ calc_cell_metrics(FontGroup *fg) {
|
|||
}
|
||||
|
||||
static bool
|
||||
face_has_codepoint(const PyObject* face, char_type cp) {
|
||||
face_has_codepoint(const void* face, char_type cp) {
|
||||
return glyph_id_for_codepoint(face, cp) > 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue