]> git.ipfire.org Git - thirdparty/curl.git/commit
src/tool_filetime: disable -Wformat on mingw for this file
authorDaniel Stenberg <daniel@haxx.se>
Thu, 15 Oct 2020 08:14:10 +0000 (10:14 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 15 Oct 2020 09:00:43 +0000 (11:00 +0200)
commit7c88fe375b15c44d77bccc9ab733b8069d228e6f
treec507ddbb3678a926a4dfabbf17d2c15dfe9ba6e2
parent15997f6db53c70070177739716dc518e667e6090
src/tool_filetime: disable -Wformat on mingw for this file

With gcc 10 on mingw we otherwise get this warning:

 error: ISO C does not support the 'I' printf flag [-Werror=format=]

Fixes #6079
Closes #6082
src/tool_filetime.c