-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
The lib won't compile on MinGW because of the wchat_t type not being fully supported.
Returns the error :
ft_putnwstr.c:26:17: error: comparison is always true due to limited range of data type [-Werror=type-limits]
else if (*str <= 0xFFFF)
^
ft_putnwstr.c:28:17: error: comparison is always true due to limited range of data type [-Werror=type-limits]
else if (*str <= 0x10FFFF)
^
Metadata
Metadata
Assignees
Labels
No labels