mirror of
https://git.code.sf.net/p/mingw-w64/mingw-w64
synced 2024-11-26 19:33:27 +08:00
f2b56d2672
This is test for MS-specific _stprintf() function. All test variants passes also when compiled with MSVC compiler and run under msvcrt or UCRT runtime. Note that gcc throws sprintf format warning for %hs usage in this test. It is because gcc thinks that %hs takes unsigned short* argument. But this is incorrect expectation, as all msvcrt and UCRT runtime versions expect char* argument for %hs format. So this gcc format warning for %hs is a gcc's bug. Signed-off-by: Martin Storsjö <martin@martin.st> |
||
---|---|---|
build-aux | ||
COPYING.MinGW-w64 | ||
COPYING.MinGW-w64-runtime | ||
mingw-w64-crt | ||
mingw-w64-doc | ||
mingw-w64-headers | ||
mingw-w64-libraries | ||
mingw-w64-tools | ||
.gitignore | ||
aclocal.m4 | ||
AUTHORS | ||
config.h.in | ||
configure | ||
configure.ac | ||
COPYING | ||
DISCLAIMER | ||
DISCLAIMER.PD | ||
Makefile.am | ||
Makefile.in |