mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
ddb56e8cca
Fixes GCC 8 warning: dll/win32/oleaut32/oleaut.c:876:39: error: '%s' directive writing up to 99 bytes into a region of size between 92 and 291 [-Werror=format-overflow=] sprintf(typelibkey, "Typelib\\%s\\%s\\0\\win%u", tlguid, ver, sizeof(void *) == 8 ? 64 : 32); ^~ ~~~ dll/win32/oleaut32/oleaut.c:876:5: note: 'sprintf' output between 18 and 316 bytes into a destination of size 300 sprintf(typelibkey, "Typelib\\%s\\%s\\0\\win%u", tlguid, ver, sizeof(void *) == 8 ? 64 : 32); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
||
---|---|---|
.. | ||
lang | ||
CMakeLists.txt | ||
connpt.c | ||
connpt.h | ||
dispatch.c | ||
hash.c | ||
msvc.S | ||
oleaut.c | ||
oleaut32.rc | ||
oleaut32.rgs | ||
oleaut32.spec | ||
oleaut32_oaidl.idl | ||
oleaut32_oaidl.rgs | ||
oleaut32_ocidl.idl | ||
oleaut32_ocidl.rgs | ||
olefont.c | ||
olepicture.c | ||
olepropframe.c | ||
precomp.h | ||
recinfo.c | ||
resource.h | ||
safearray.c | ||
typelib.c | ||
typelib.h | ||
usrmarshal.c | ||
varformat.c | ||
variant.c | ||
variant.h | ||
vartype.c |