Hi,
Il 24/01/22 17:24, Zebediah Figura (she/her) ha scritto:
The problem isn't PRIu64. The problem is that we're using __attribute__((format(printf))), which defaults to ms_printf for MinGW targets, even though we actually want gnu_printf.
But do we really? Crosstests are linked against msvcrt, and from what I understand msvcrt should use MS printf modifiers, shouldn't it?
Giovanni.