mirror of
https://github.com/curl/curl.git
synced 2026-07-27 20:53:18 +03:00
Revert "src/tool_filetime: disable -Wformat on mingw for this file"
This reverts commit 7c88fe375b.
Follow up to #6535 as the pragma is obsolete with warnf
Closes #7941
This commit is contained in:
parent
90e74206b9
commit
45a7821eef
1 changed files with 0 additions and 5 deletions
|
|
@ -30,11 +30,6 @@
|
|||
# include <sys/utime.h>
|
||||
#endif
|
||||
|
||||
#if defined(__GNUC__) && defined(__MINGW32__)
|
||||
/* GCC 10 on mingw has issues with this, disable */
|
||||
#pragma GCC diagnostic ignored "-Wformat"
|
||||
#endif
|
||||
|
||||
curl_off_t getfiletime(const char *filename, struct GlobalConfig *global)
|
||||
{
|
||||
curl_off_t result = -1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue