Skip to content

Lib won't compile on MinGW #2

@Gpinchon

Description

@Gpinchon

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions