Commit 98a0ab92 authored by Christoph Reiter's avatar Christoph Reiter 🐍 Committed by Christoph Reiter
Browse files

Always assume that we use a gnu/c99 printf implementation

On Windows we use gnulib and elsewhere we use glibc or similar.

Also change G_GNUC_PRINTF to use gnu_printf instead of __format__ if
possible because __format__ evaluates to ms_printf under MinGW,
but we use gnulib there and not the system printf.
gnu_printf is only available with GCC>=4.4 and not with clang.

https://bugzilla.gnome.org/show_bug.cgi?id=795569
parent b437a13a
Pipeline #10921 failed with stages
in 13 minutes and 34 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment