mirror of
https://github.com/reactos/reactos.git
synced 2025-01-04 21:38:43 +00:00
95b3eebf71
Fixes GCC 8 warning: sdk/lib/crt/misc/i10output.c:83:25: error: '%d' directive writing between 1 and 11 bytes into a region of size 6 [-Werror=format-overflow=] sprintf(format, "%%.%dle", prec); ^~ sdk/lib/crt/misc/i10output.c:83:21: note: directive argument in the range [-2147483648, 2147483646] sprintf(format, "%%.%dle", prec); ^~~~~~~~~ sdk/lib/crt/misc/i10output.c:83:5: note: 'sprintf' output between 6 and 16 bytes into a destination of size 8 sprintf(format, "%%.%dle", prec); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
||
---|---|---|
.. | ||
i386 | ||
__crt_MessageBoxA.c | ||
amsg.c | ||
assert.c | ||
environ.c | ||
fltused.c | ||
getargs.c | ||
getopt.c | ||
i10output.c | ||
initterm.c | ||
isblank.c | ||
iswblank.c | ||
lock.c | ||
ofmt_stub.c | ||
purecall.c | ||
stubs.c | ||
tls.c |