mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-08 06:44:27 +00:00
Closes #7356 I did this as a patch to the source rather than passing flags so that it would intentionally be reverted when we update to the next release of mingw-w64. At this time if any warnings are still emitted we should find out why and make sure upstream is aware of the problem. |
||
|---|---|---|
| .. | ||
| _access_s.c | ||
| _cgets_s.c | ||
| _cgetws_s.c | ||
| _chsize_s.c | ||
| _controlfp_s.c | ||
| _cprintf_s.c | ||
| _cprintf_s_l.c | ||
| _ctime32_s.c | ||
| _ctime64_s.c | ||
| _cwprintf_s.c | ||
| _cwprintf_s_l.c | ||
| _gmtime32_s.c | ||
| _gmtime64_s.c | ||
| _localtime32_s.c | ||
| _localtime64_s.c | ||
| _mktemp_s.c | ||
| _sopen_s.c | ||
| _strdate_s.c | ||
| _strtime_s.c | ||
| _umask_s.c | ||
| _vcprintf_s.c | ||
| _vcprintf_s_l.c | ||
| _vcwprintf_s.c | ||
| _vcwprintf_s_l.c | ||
| _vscprintf_p.c | ||
| _vscwprintf_p.c | ||
| _vswprintf_p.c | ||
| _waccess_s.c | ||
| _wasctime_s.c | ||
| _wctime32_s.c | ||
| _wctime64_s.c | ||
| _wmktemp_s.c | ||
| _wstrdate_s.c | ||
| _wstrtime_s.c | ||
| asctime_s.c | ||
| memcpy_s.c | ||
| memmove_s.c | ||
| rand_s.c | ||
| sprintf_s.c | ||
| strerror_s.c | ||
| vsprintf_s.c | ||
| wmemcpy_s.c | ||
| wmemmove_s.c | ||