-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
The library fails to build on 64 bit Windows platforms due to a type conversion warning and the warnings-as-errors flag (/WX).
The offending line is
font-chef/src/font-chef/render-result.c
Line 125 in 82b9f57
| return line_count; |
The functions returns a uint32_t but the variable is of type size_t which is 64 bit long on 64 bit architectures.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels