Snippets for virtualbox 7.2.16 from Nix x86_64-linux
Sourced from https://hydra.nixos.org/log/pkcbywwrac5j510s8l7nxpxafhb6i882-virtualbox-7.2.16.drv.
-
/build/VirtualBox-7.2.16/src/VBox/Devices/PC/ipxe/src/arch/x86/include/bits/string.h:79:44: warning: array subscript 'const union <anonymous>[0]' is partly outside array bounds of 'struct segoff[1]' [-Warray-bounds=] 79 | dest_u->u32[0] = src_u->u32[0]; | ~~~~~~~~~~^~~ -
/build/VirtualBox-7.2.16/src/VBox/Devices/PC/ipxe/src/arch/x86/include/bits/string.h:79:32: warning: array subscript 'union <anonymous>[0]' is partly outside array bounds of 'struct segoff[1]' [-Warray-bounds=] 79 | dest_u->u32[0] = src_u->u32[0]; | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -
/build/VirtualBox-7.2.16/src/VBox/Devices/PC/ipxe/src/include/ipxe/uri.h:178:19: warning: taking address of packed member of 'struct uri' may result in an unaligned pointer value [-Waddress-of-packed-member] 178 | ref_get ( &uri->refcnt ); | ^~~~~~~~~~~~ -
/build/VirtualBox-7.2.16/src/VBox/Devices/PC/ipxe/src/include/ipxe/uri.h:189:19: warning: taking address of packed member of 'struct uri' may result in an unaligned pointer value [-Waddress-of-packed-member] 189 | ref_put ( &uri->refcnt ); | ^~~~~~~~~~~~ -
/build/VirtualBox-7.2.16/src/VBox/Devices/PC/ipxe/src/include/ipxe/iso9660.h:42:20: warning: initializer-string for array of 'unsigned char' truncates NUL terminator but destination lacks 'nonstring' attribute (6 chars into 5 available) [-Wunterminated-string-initialization] 42 | #define ISO9660_ID "CD001" | ^~~~~~~ -
/build/VirtualBox-7.2.16/src/VBox/Devices/PC/ipxe/src/arch/x86/include/bits/string.h:76:32: warning: array subscript 'union <anonymous>[0]' is partly outside array bounds of 'uint16_t[1]' {aka 'short unsigned int[1]'} [-Warray-bounds=] 76 | dest_u->u16[0] = src_u->u16[0]; | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -
/build/VirtualBox-7.2.16/src/VBox/Devices/PC/ipxe/src/arch/x86/include/bits/string.h:76:44: warning: array subscript 'const union <anonymous>[0]' is partly outside array bounds of 'uint16_t[1]' {aka 'short unsigned int[1]'} [-Warray-bounds=] 76 | dest_u->u16[0] = src_u->u16[0]; | ~~~~~~~~~~^~~ -
/build/VirtualBox-7.2.16/src/VBox/Devices/PC/ipxe/src/arch/x86/include/bits/string.h:73:32: warning: array subscript 'union <anonymous>[0]' is partly outside array bounds of 'uint8_t[1]' {aka 'unsigned char[1]'} [-Warray-bounds=] 73 | dest_u->u8[0] = src_u->u8[0]; | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ -
/build/VirtualBox-7.2.16/src/VBox/Devices/PC/ipxe/src/arch/x86/interface/pxe/pxe_undi.c:366:27: warning: taking address of packed member of 'struct s_PXENV_UNDI_TBD' may result in an unaligned pointer value [-Waddress-of-packed-member] 366 | datablk = &tbd.DataBlock[i]; | ^~~~~~~~~~~~~~~~~ -
/build/VirtualBox-7.2.16/src/VBox/Devices/PC/ipxe/src/arch/x86/interface/pxe/pxe_undi.c:385:27: warning: taking address of packed member of 'struct s_PXENV_UNDI_TBD' may result in an unaligned pointer value [-Waddress-of-packed-member] 385 | datablk = &tbd.DataBlock[i]; | ^~~~~~~~~~~~~~~~~ -
/build/VirtualBox-7.2.16/src/VBox/Devices/PC/ipxe/src/arch/x86/include/bits/string.h:79:32: warning: array subscript 'union <anonymous>[0]' is partly outside array bounds of 'union <anonymous>[1]' [-Warray-bounds=] 79 | dest_u->u32[0] = src_u->u32[0]; | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ -
/build/VirtualBox-7.2.16/src/VBox/Devices/PC/ipxe/src/core/base64.c:40:9: warning: initializer-string for array of 'char' truncates NUL terminator but destination lacks 'nonstring' attribute (65 chars into 64 available) [-Wunterminated-string-initialization] 40 | "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/VirtualBox-7.2.16/src/VBox/Devices/PC/ipxe/src/core/uri.c:310:20: warning: taking address of packed member of 'struct uri' may result in an unaligned pointer value [-Waddress-of-packed-member] 310 | ref_init ( &uri->refcnt, uri_free );
-
/build/VirtualBox-7.2.16/src/VBox/Devices/PC/ipxe/src/core/uri.c:585:20: warning: taking address of packed member of 'struct uri' may result in an unaligned pointer value [-Waddress-of-packed-member] 585 | ref_init ( &dup->refcnt, uri_free );
-
/build/VirtualBox-7.2.16/src/VBox/Devices/PC/ipxe/src/crypto/md5.c:167:23: warning: taking address of packed member of 'struct md5_variables' may result in an unaligned pointer value [-Waddress-of-packed-member] 167 | uint32_t *a = &u.v.a; | ^~~~~~ -
/build/VirtualBox-7.2.16/src/VBox/Devices/PC/ipxe/src/crypto/md5.c:168:23: warning: taking address of packed member of 'struct md5_variables' may result in an unaligned pointer value [-Waddress-of-packed-member] 168 | uint32_t *b = &u.v.b; | ^~~~~~ -
/build/VirtualBox-7.2.16/src/VBox/Devices/PC/ipxe/src/crypto/md5.c:169:23: warning: taking address of packed member of 'struct md5_variables' may result in an unaligned pointer value [-Waddress-of-packed-member] 169 | uint32_t *c = &u.v.c; | ^~~~~~ -
/build/VirtualBox-7.2.16/src/VBox/Devices/PC/ipxe/src/crypto/md5.c:170:23: warning: taking address of packed member of 'struct md5_variables' may result in an unaligned pointer value [-Waddress-of-packed-member] 170 | uint32_t *d = &u.v.d; | ^~~~~~ -
/build/VirtualBox-7.2.16/src/VBox/Devices/PC/ipxe/src/crypto/md5.c:171:23: warning: taking address of packed member of 'struct md5_variables' may result in an unaligned pointer value [-Waddress-of-packed-member] 171 | uint32_t *w = u.v.w; | ^ -
/build/VirtualBox-7.2.16/src/VBox/Devices/PC/ipxe/src/arch/x86/include/bits/string.h:94:44: warning: array subscript 'const union <anonymous>[0]' is partly outside array bounds of 'u8[6]' {aka 'unsigned char[6]'} [-Warray-bounds=] 94 | dest_u->u32[0] = src_u->u32[0]; | ~~~~~~~~~~^~~ -
/build/VirtualBox-7.2.16/src/VBox/Devices/PC/ipxe/src/arch/x86/include/bits/string.h:95:44: warning: array subscript 'const union <anonymous>[0]' is partly outside array bounds of 'u8[6]' {aka 'unsigned char[6]'} [-Warray-bounds=] 95 | dest_u->u16[2] = src_u->u16[2]; | ~~~~~~~~~~^~~ -
/build/VirtualBox-7.2.16/src/VBox/Devices/PC/ipxe/src/net/icmp.c:92:34: warning: taking address of packed member of 'struct icmp_header' may result in an unaligned pointer value [-Waddress-of-packed-member] 92 | &echo->icmp.chksum : NULL ) ) ) != 0 ) | ^~~~~~~~~~~~~~~~~~ -
/build/VirtualBox-7.2.16/src/VBox/Devices/PC/ipxe/src/net/tcp.c:751:32: warning: taking address of packed member of 'struct tcp_header' may result in an unaligned pointer value [-Waddress-of-packed-member] 751 | &tcphdr->csum ) ) != 0 ) { | ^~~~~~~~~~~~~ -
/build/VirtualBox-7.2.16/src/VBox/Devices/PC/ipxe/src/net/tcp.c:905:38: warning: taking address of packed member of 'struct tcp_header' may result in an unaligned pointer value [-Waddress-of-packed-member] 905 | NULL, &tcphdr->csum ) ) != 0 ) { | ^~~~~~~~~~~~~ -
/build/VirtualBox-7.2.16/src/VBox/Devices/PC/ipxe/src/net/udp/dhcp.c:1047:43: warning: taking address of packed member of 'struct dhcp_client_uuid' may result in an unaligned pointer value [-Waddress-of-packed-member] 1047 | &client_uuid.uuid ) ) >= 0 ) { | ^~~~~~~~~~~~~~~~~ -
/build/VirtualBox-7.2.16/src/VBox/Devices/PC/ipxe/src/net/udp/dhcp.c:1048:31: warning: taking address of packed member of 'struct dhcp_client_uuid' may result in an unaligned pointer value [-Waddress-of-packed-member] 1048 | uuid_mangle ( &client_uuid.uuid ); | ^~~~~~~~~~~~~~~~~ -
/build/VirtualBox-7.2.16/src/VBox/Devices/PC/ipxe/src/net/udp/dhcp.c:1450:30: warning: taking address of packed member of 'struct sockaddr_in' may result in an unaligned pointer value [-Waddress-of-packed-member] 1450 | &dhcp->local.sin_addr ); | ^~~~~~~~~~~~~~~~~~~~~ -
/build/VirtualBox-7.2.16/src/VBox/Devices/PC/ipxe/src/usr/autoboot.c:254:38: warning: taking address of packed member of 'struct sockaddr_in' may result in an unaligned pointer value [-Waddress-of-packed-member] 254 | &next_server.sin.sin_addr ); | ^~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/VirtualBox-7.2.16/src/VBox/Devices/PC/ipxe/src/net/udp/tftp.c:628:40: warning: taking address of packed member of 'struct sockaddr_in' may result in an unaligned pointer value [-Waddress-of-packed-member] 628 | if ( inet_aton ( addr, &socket.sin.sin_addr ) == 0 ) { | ^~~~~~~~~~~~~~~~~~~~ -
/build/VirtualBox-7.2.16/src/VBox/Runtime/common/checksum/openssl-md5.cpp:67:13: warning: 'int MD5_Init(MD5_CTX*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 67 | MD5_Init(&pCtx->OsslPrivate); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~ -
/build/VirtualBox-7.2.16/src/VBox/Runtime/common/checksum/openssl-md5.cpp:74:15: warning: 'int MD5_Update(MD5_CTX*, const void*, size_t)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 74 | MD5_Update(&pCtx->OsslPrivate, pvBuf, cbBuf); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/VirtualBox-7.2.16/src/VBox/Runtime/common/checksum/openssl-md5.cpp:81:14: warning: 'int MD5_Final(unsigned char*, MD5_CTX*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 81 | MD5_Final((unsigned char *)&pabDigest[0], &pCtx->OsslPrivate); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/VirtualBox-7.2.16/src/VBox/Runtime/common/checksum/openssl-sha256.cpp:83:16: warning: 'int SHA256_Init(SHA256_CTX*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 83 | SHA256_Init(&pCtx->Private); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~ -
/build/VirtualBox-7.2.16/src/VBox/Runtime/common/checksum/openssl-sha256.cpp:90:18: warning: 'int SHA256_Update(SHA256_CTX*, const void*, size_t)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 90 | SHA256_Update(&pCtx->Private, pvBuf, cbBuf); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/VirtualBox-7.2.16/src/VBox/Runtime/common/checksum/openssl-sha256.cpp:97:17: warning: 'int SHA256_Final(unsigned char*, SHA256_CTX*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 97 | SHA256_Final((unsigned char *)&pabDigest[0], &pCtx->Private); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/VirtualBox-7.2.16/src/VBox/Runtime/common/checksum/openssl-sha256.cpp:133:16: warning: 'int SHA224_Init(SHA256_CTX*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 133 | SHA224_Init(&pCtx->Private); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~ -
/build/VirtualBox-7.2.16/src/VBox/Runtime/common/checksum/openssl-sha256.cpp:140:18: warning: 'int SHA224_Update(SHA256_CTX*, const void*, size_t)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 140 | SHA224_Update(&pCtx->Private, pvBuf, cbBuf); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/VirtualBox-7.2.16/src/VBox/Runtime/common/checksum/openssl-sha256.cpp:147:17: warning: 'int SHA224_Final(unsigned char*, SHA256_CTX*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 147 | SHA224_Final((unsigned char *)&pabDigest[0], &pCtx->Private); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/VirtualBox-7.2.16/src/VBox/Runtime/common/checksum/openssl-sha1.cpp:83:14: warning: 'int SHA1_Init(SHA_CTX*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 83 | SHA1_Init(&pCtx->Private); | ~~~~~~~~~^~~~~~~~~~~~~~~~ -
/build/VirtualBox-7.2.16/src/VBox/Runtime/common/checksum/openssl-sha1.cpp:90:16: warning: 'int SHA1_Update(SHA_CTX*, const void*, size_t)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 90 | SHA1_Update(&pCtx->Private, pvBuf, cbBuf); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/VirtualBox-7.2.16/src/VBox/Runtime/common/checksum/openssl-sha1.cpp:97:15: warning: 'int SHA1_Final(unsigned char*, SHA_CTX*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 97 | SHA1_Final((unsigned char *)&pabDigest[0], &pCtx->Private); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/VirtualBox-7.2.16/src/VBox/Runtime/common/checksum/openssl-sha512.cpp:83:16: warning: 'int SHA512_Init(SHA512_CTX*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 83 | SHA512_Init(&pCtx->Private); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~ -
/build/VirtualBox-7.2.16/src/VBox/Runtime/common/checksum/openssl-sha512.cpp:90:18: warning: 'int SHA512_Update(SHA512_CTX*, const void*, size_t)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 90 | SHA512_Update(&pCtx->Private, pvBuf, cbBuf); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/VirtualBox-7.2.16/src/VBox/Runtime/common/checksum/openssl-sha512.cpp:97:17: warning: 'int SHA512_Final(unsigned char*, SHA512_CTX*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 97 | SHA512_Final((unsigned char *)&pabDigest[0], &pCtx->Private); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/VirtualBox-7.2.16/src/VBox/Runtime/common/checksum/openssl-sha512.cpp:134:16: warning: 'int SHA384_Init(SHA512_CTX*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 134 | SHA384_Init(&pCtx->Private); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~ -
/build/VirtualBox-7.2.16/src/VBox/Runtime/common/checksum/openssl-sha512.cpp:141:18: warning: 'int SHA384_Update(SHA512_CTX*, const void*, size_t)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 141 | SHA384_Update(&pCtx->Private, pvBuf, cbBuf); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/VirtualBox-7.2.16/src/VBox/Runtime/common/checksum/openssl-sha512.cpp:148:17: warning: 'int SHA384_Final(unsigned char*, SHA512_CTX*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 148 | SHA384_Final((unsigned char *)&pabDigest[0], &pCtx->Private); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/VirtualBox-7.2.16/src/VBox/Runtime/common/crypto/digest-builtin.cpp:978:33: warning: 'const EVP_MD* EVP_MD_CTX_md(const EVP_MD_CTX*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 978 | pEvpType = EVP_MD_CTX_md(pThis); | ~~~~~~~~~~~~~^~~~~~~ -
/build/VirtualBox-7.2.16/src/VBox/Runtime/common/crypto/digest-builtin.cpp:1026:37: warning: 'const EVP_MD* EVP_MD_CTX_md(const EVP_MD_CTX*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1026 | return EVP_MD_size(EVP_MD_CTX_md(pThis)); | ~~~~~~~~~~~~~^~~~~~~ -
/build/VirtualBox-7.2.16/src/VBox/Runtime/common/crypto/iprt-openssl.cpp:66:29: warning: 'int ERR_load_ERR_strings()' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 66 | ERR_load_ERR_strings(); | ~~~~~~~~~~~~~~~~~~~~^~ -
/build/VirtualBox-7.2.16/src/VBox/Runtime/common/crypto/key-create-rsa-openssl.cpp:71:24: warning: 'RSA* RSA_new()' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 71 | RSA *pRsa = RSA_new(); | ~~~~~~~^~ -
/build/VirtualBox-7.2.16/src/VBox/Runtime/common/crypto/key-create-rsa-openssl.cpp:79:40: warning: 'int RSA_generate_key_ex(RSA*, int, BIGNUM*, BN_GENCB*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 79 | if (RSA_generate_key_ex(pRsa, cBits, pPubExp, NULL)) | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/VirtualBox-7.2.16/src/VBox/Runtime/common/crypto/key-create-rsa-openssl.cpp:85:60: warning: 'int i2d_RSAPrivateKey(const RSA*, unsigned char**)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 85 | int cbRsaPrivateKey = i2d_RSAPrivateKey(pRsa, &pbRsaPrivateKey); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ -
/build/VirtualBox-7.2.16/src/VBox/Runtime/common/crypto/key-create-rsa-openssl.cpp:98:17: warning: 'void RSA_free(RSA*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 98 | RSA_free(pRsa); | ~~~~~~~~^~~~~~ -
/build/VirtualBox-7.2.16/src/VBox/Runtime/common/crypto/rc4-openssl.cpp:61:16: warning: 'void RC4_set_key(RC4_KEY*, int, const unsigned char*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 61 | RC4_set_key(&pKey->Ossl, (int)cbData, (const unsigned char *)pvData); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/VirtualBox-7.2.16/src/VBox/Runtime/common/crypto/rc4-openssl.cpp:71:8: warning: 'void RC4(RC4_KEY*, size_t, const unsigned char*, unsigned char*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 71 | RC4(&pKey->Ossl, (int)cbData, (const unsigned char *)pvDataIn, (unsigned char *)pvDataOut); | ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/VirtualBox-7.2.16/src/libs/xpcom18a4/xpcom/ds/nsVoidArray.cpp:330:13: warning: 'void* memcpy(void*, const void*, size_t)' specified bound between 18446744056529682432 and 18446744073709551608 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 330 | memcpy(mImpl->mArray, other.mImpl->mArray, otherCount * sizeof(mImpl->mArray[0])); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/VirtualBox-7.2.16/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp:2422:35: warning: '((SDL_Keycode*)&EvHKeyDown1)[5]' may be used uninitialized [-Wmaybe-uninitialized] 2422 | ProcessKey(&EvHKeyDown1.key); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~ -
/build/VirtualBox-7.2.16/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp:2427:39: warning: '((SDL_Keycode*)&EvHKeyDown2)[5]' may be used uninitialized [-Wmaybe-uninitialized] 2427 | ProcessKey(&EvHKeyDown2.key); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~ -
/build/VirtualBox-7.2.16/src/libs/xpcom18a4/java/src/nsJavaWrapper.cpp:1581:11: warning: 'void* memset(void*, int, size_t)' clearing an object of type 'struct nsXPTCVariant' with no trivial copy-assignment; use assignment or value-initialization instead [-Wclass-memaccess] 1581 | memset(params, 0, paramCount * sizeof(nsXPTCVariant)); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/VirtualBox-7.2.16/src/VBox/Frontends/VirtualBox/src/notificationcenter/UINotificationObjects.cpp:4696:78: warning: unused parameter 'comResult' [-Wunused-parameter] 4696 | CProgress UINotificationProgressNewVersionChecker::createProgress(COMResult &comResult) | ~~~~~~~~~~~^~~~~~~~~