Have stdio.h mingw workarounds too

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2021-12-05 17:41:21 +00:00
parent 54f4bf7908
commit b7fdc0bb20
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
2 changed files with 40 additions and 3 deletions

View file

@ -50,9 +50,6 @@ namespace std {
}
*/
// extra, there might be warnings for GCC format attribute, ignore those
#pragma GCC diagnostic ignored "-Wformat"
#else // STDIO_OVERRIDE
// if STDIO_OVERRIDE is not defined, we have nothing to do