Question Details

No question body available.

Tags

c compiler-warnings mingw-w64

Answers (1)

July 3, 2026 Score: 0 Rep: 2,421 Quality: Low Completeness: 30%

This is mingw specific "issue" in regard to ensure compatibility if you run this on an ancient non-updated version of Windows, with the oldest Visual Studio runtime you can find.

You can ignore this warning unless support for ancient stuff is important.

You will see similar problems when using %z

you can try searching for these terms:

  • mingw
  • MSVCRT
  • UCRT
  • USEMINGWANSI_STDIO