Hi,
> > Any thoughts? I'm leaning towards option (ii).
>
> Agreed! Option (ii) sounds most reasonable to me too.
According to
https://docs.microsoft.com/en-us/cpp/c-runtime-library/format-specification-syntax-printf-and-wprintf-functions?view=msvc-160#flags
VisualStudio is perfectly fine with %
On 28/01/2021 04:04, Selva Nair wrote:
Hi,
Starting version 8, mingw has started automatically setting
__USE_MINGW_ANSI_STDIO = 1 under some feature-set conditions: for
example, when _GNU_SOURCE is defined or -std=C99, both of which are true
in our case.
See: release notes at http://mingw-w
Hi Arne,
our CI tests caught that as well. I was able to fix it quickly but it
looks like you were even quicker :D The latest version of the PR should
be free from the implicit conversion errors.
Sincerely
Juliusz
On 27/01/2021 20:07, Arne Schwabe wrote:
Am 27.01.21 um 18:25 schrieb Juliusz