Snippets for nfs-ganesha 15.2 from Fedora i686
Sourced from https://kojipkgs.fedoraproject.org/packages/nfs-ganesha/15.2/1.fc46/data/logs/i686/build.log.
-
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/RPCAL/gss_extra.c:69:32: warning: pointer targets in passing argument 5 of ‘gss_display_status’ differ in signedness [-Wpointer-sign] 69 | &msg_ctx, &msg) != GSS_S_COMPLETE) { | ^~~~~~~~ | | | int * -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/RPCAL/gss_extra.c:75:32: warning: pointer targets in passing argument 5 of ‘gss_display_status’ differ in signedness [-Wpointer-sign] 75 | &msg_ctx, &msg2) != GSS_S_COMPLETE) { | ^~~~~~~~ | | | int * -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/RPCAL/rpc_tools.c:231:27: warning: pointer targets in initialization of ‘char *’ from ‘uint8_t *’ {aka ‘unsigned char *’} differ in signedness [-Wpointer-sign] 231 | char *p = uio->uio_vio[last].vio_base + | ^~~ -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/RPCAL/rpc_tools.c:255:42: warning: pointer targets in assignment from ‘char *’ to ‘uint8_t *’ {aka ‘unsigned char *’} differ in signedness [-Wpointer-sign] 255 | uio->uio_vio[i].vio_base = extra; | ^ -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/RPCAL/rpc_tools.c:256:42: warning: pointer targets in assignment from ‘char *’ to ‘uint8_t *’ {aka ‘unsigned char *’} differ in signedness [-Wpointer-sign] 256 | uio->uio_vio[i].vio_head = extra; | ^ -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/RPCAL/rpc_tools.c:257:42: warning: pointer targets in assignment from ‘char *’ to ‘uint8_t *’ {aka ‘unsigned char *’} differ in signedness [-Wpointer-sign] 257 | uio->uio_vio[i].vio_tail = extra + BYTES_PER_XDR_UNIT; | ^ -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/RPCAL/rpc_tools.c:258:42: warning: pointer targets in assignment from ‘char *’ to ‘uint8_t *’ {aka ‘unsigned char *’} differ in signedness [-Wpointer-sign] 258 | uio->uio_vio[i].vio_wrap = extra + BYTES_PER_XDR_UNIT; | ^ -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/hashtable/hashtable.c:343:18: warning: variable ‘completed’ set but not used [-Wunused-but-set-variable=] 343 | uint32_t completed = 0; | ^~~~~~~~~ -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/Protocols/NFS/nfs4_op_read.c:1025:12: warning: ‘qos_async_scheduled’ may be used uninitialized [-Wmaybe-uninitialized] 1025 | if (qos_async_scheduled == QOS_TASK_SUSPENDED || | ^ -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/Protocols/NFS/nfs4_op_write.c:608:12: warning: ‘qos_async_scheduled’ may be used uninitialized [-Wmaybe-uninitialized] 608 | if (qos_async_scheduled == QOS_TASK_SUSPENDED || | ^ -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/SAL/recovery/recovery_fs.c:351:13: warning: variable ‘err’ set but not used [-Wunused-but-set-variable=] 351 | int err; | ^~~ -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/SAL/recovery/recovery_fs.c:1069:33: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 8 has type ‘size_t’ {aka ‘unsigned int’} [-Wformat=] 1069 | "IP BASED v4_recov_dir_len=%d strlen(v4_recov_dir)=%ld", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1070 | v4_recov_dir_len, strlen(v4_recov_dir)); | ~~~~~~~~~~~~~~~~~~~~ | | | size_t {aka unsigned int} -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/SAL/recovery/recovery_fs.c:1252:46: warning: pointer targets in passing argument 1 of ‘base64url_encode’ differ in signedness [-Wpointer-sign] 1252 | retval = base64url_encode(delr_handle->nfs_fh4_val, | ~~~~~~~~~~~^~~~~~~~~~~~~ | | | char * -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/SAL/nfs4_recovery.c:147:13: warning: variable ‘ret’ set but not used [-Wunused-but-set-variable=] 147 | int ret; | ^~~ -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/SAL/nfs4_recovery.c:1458:42: warning: pointer targets in passing argument 1 of ‘base64url_encode’ differ in signedness [-Wpointer-sign] 1458 | b64ret = base64url_encode(fhandle->nfs_fh4_val, fhandle->nfs_fh4_len, | ~~~~~~~^~~~~~~~~~~~~ | | | char * -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/support/bsd-base64.c:231:21: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 231 | pos = strchr(Base64, ch); | ^ -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/support/delayed_exec.c:371:28: warning: pointer targets in passing argument 1 of ‘atomic_inc_int32_t’ differ in signedness [-Wpointer-sign] 371 | atomic_inc_int32_t(&active_submitters); | ^~~~~~~~~~~~~~~~~~ | | | uint32_t * {aka unsigned int *} -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/support/nfs_creds.c:525:33: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 8 has type ‘size_t’ {aka ‘unsigned int’} [-Wformat=] 525 | "Got principal: %s with length: %luw that is longer than %lu.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 526 | principal, gd->cname.length, sizeof(principal)); | ~~~~~~~~~~~~~~~~ | | | size_t {aka unsigned int} -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/support/nfs_creds.c:525:33: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 9 has type ‘unsigned int’ [-Wformat=] 525 | "Got principal: %s with length: %luw that is longer than %lu.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 526 | principal, gd->cname.length, sizeof(principal)); | ~~~~~~~~~~~~~~~~~ | | | unsigned int -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/FSAL/FSAL_VFS/handle_syscalls.c:88:59: warning: pointer targets in passing argument 4 of ‘vfs_readlink_by_handle’ differ in signedness [-Wpointer-sign] 88 | myself->u.symlink.link_content, | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ | | | unsigned char * -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/Protocols/XDR/xdr_nfs23.c:70:37: warning: pointer targets in passing argument 2 of ‘xdr_u_longlong_t’ differ in signedness [-Wpointer-sign] 70 | if (!xdr_u_longlong_t(xdrs, (quad_t *)objp)) | ^~~~~~~~~~~~~~ | | | quad_t * {aka long long int *} -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/FSAL/FSAL_VFS/os/linux/handle_syscalls.c:199:42: warning: pointer targets in passing argument 1 of ‘encode_fsid’ differ in signedness [-Wpointer-sign] 199 | rc = encode_fsid(fh->handle_data + 1, sizeof_fsid(fs->fsid_type), | ~~~~~~~~~~~~~~~~^~~ | | | uint8_t * {aka unsigned char *} -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/FSAL/FSAL_VFS/os/linux/handle_syscalls.c:325:41: warning: pointer targets in passing argument 1 of ‘decode_fsid’ differ in signedness [-Wpointer-sign] 325 | if (decode_fsid(fh->handle_data + 1, fh->handle_len - 1, fsid, | ~~~~~~~~~~~~~~~~^~~ | | | uint8_t * {aka unsigned char *} -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/FSAL/FSAL_VFS/os/linux/handle_syscalls.c:341:42: warning: pointer targets in passing argument 1 of ‘encode_fsid’ differ in signedness [-Wpointer-sign] 341 | rc = encode_fsid(fh->handle_data + 1, sizeof_fsid(fs->fsid_type), | ~~~~~~~~~~~~~~~~^~~ | | | uint8_t * {aka unsigned char *} -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/FSAL/common_pnfs.c:282:33: warning: pointer targets in passing argument 2 of ‘xdr_uint32_t’ differ in signedness [-Wpointer-sign] 282 | if (!xdr_uint32_t(xdrs, (int32_t *)&num_fhs)) { | ^~~~~~~~~~~~~~~~~~~ | | | int32_t * {aka int *} -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/FSAL/common_pnfs.c:385:33: warning: pointer targets in passing argument 2 of ‘xdr_uint32_t’ differ in signedness [-Wpointer-sign] 385 | if (!xdr_uint32_t(xdrs, (int32_t *)&ffds_efficiency)) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | int32_t * {aka int *} -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/FSAL/common_pnfs.c:404:33: warning: pointer targets in passing argument 2 of ‘xdr_uint32_t’ differ in signedness [-Wpointer-sign] 404 | if (!xdr_uint32_t(xdrs, (int32_t *)&num_fhs)) { | ^~~~~~~~~~~~~~~~~~~ | | | int32_t * {aka int *} -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/MainNFSD/nfs_cluster_qos.c:121:30: warning: variable ‘node’ set but not used [-Wunused-but-set-variable=] 121 | struct avltree_node *node; | ^~~~ -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/PLUGIN/kmip/kmip_fscrypt.c:741:17: warning: ‘SSL_set1_host’ is deprecated: Since OpenSSL 4.0 [-Wdeprecated-declarations] 741 | if (!SSL_set1_host(kconn->ssl, verify_hostname)) { | ^~ -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/PLUGIN/kmip/kmip_fscrypt.c:772:41: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 7 has type ‘size_t’ {aka ‘unsigned int’} [-Wformat=] 772 | LogCrit(COMPONENT_FSAL, "kmip buffer alloc failed: %ld * %ld", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 773 | kconn->buffer_blocks, kconn->buffer_block_size); | ~~~~~~~~~~~~~~~~~~~~ | | | size_t {aka unsigned int} -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/PLUGIN/kmip/kmip_fscrypt.c:772:41: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 8 has type ‘size_t’ {aka ‘unsigned int’} [-Wformat=] 772 | LogCrit(COMPONENT_FSAL, "kmip buffer alloc failed: %ld * %ld", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 773 | kconn->buffer_blocks, kconn->buffer_block_size); | ~~~~~~~~~~~~~~~~~~~~~~~~ | | | size_t {aka unsigned int} -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/PLUGIN/kmip/kmip_fscrypt.c:967:33: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 7 has type ‘size_t’ {aka ‘unsigned int’} [-Wformat=] 967 | "kmip buffer alloc failed: %ld * %ld", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 968 | kconn->buffer_blocks, kconn->buffer_block_size); | ~~~~~~~~~~~~~~~~~~~~ | | | size_t {aka unsigned int} -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/PLUGIN/kmip/kmip_fscrypt.c:967:33: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 8 has type ‘size_t’ {aka ‘unsigned int’} [-Wformat=] 967 | "kmip buffer alloc failed: %ld * %ld", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 968 | kconn->buffer_blocks, kconn->buffer_block_size); | ~~~~~~~~~~~~~~~~~~~~~~~~ | | | size_t {aka unsigned int} -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/PLUGIN/kmip/kmip_fscrypt.c:1069:49: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 7 has type ‘size_t’ {aka ‘unsigned int’} [-Wformat=] 1069 | "out of memory; cannot allocate %ld bytes", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1070 | bp->size); | ~~~~~~~~ | | | size_t {aka unsigned int} -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/PLUGIN/kmip/kmip_fscrypt.c:1160:25: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 9 has type ‘size_t’ {aka ‘unsigned int’} [-Wformat=] 1160 | "keyset callback: runt/missing key for kmip_key_id = %s, export = %d; len=%ld", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1161 | data->kmip_key_id, export->export_id, value_len); | ~~~~~~~~~ | | | size_t {aka unsigned int} -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/support/client_mgr.c:193:18: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 8 has type ‘uint64_t’ {aka ‘long long unsigned int’} [-Wformat=] 193 | "Inserting new gsh_client with IP(%s) hash(%lu)", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 194 | cl->hostaddr_str, hash); | ~~~~ | | | uint64_t {aka long long unsigned int} -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/FSAL/Stackable_FSALs/FSAL_MDCACHE/mdcache_handle.c:925:52: warning: pointer targets in passing argument 1 of ‘atomic_fetch_int32_t’ differ in signedness [-Wpointer-sign] 925 | original_generation = atomic_fetch_int32_t(&entry->attr_generation); | ^~~~~~~~~~~~~~~~~~~~~~~ | | | uint32_t * {aka unsigned int *} -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/FSAL/Stackable_FSALs/FSAL_MDCACHE/mdcache_handle.c:937:34: warning: pointer targets in passing argument 1 of ‘atomic_fetch_int32_t’ differ in signedness [-Wpointer-sign] 937 | if (atomic_fetch_int32_t(&entry->attr_generation) != | ^~~~~~~~~~~~~~~~~~~~~~~ | | | uint32_t * {aka unsigned int *} -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/FSAL/FSAL_GPFS/fsal_up.c:207:21: warning: pointer targets in assignment from ‘int *’ to ‘unsigned int *’ differ in signedness [-Wpointer-sign] 207 | fhP = (int *)&(callback.handle->f_handle[0]); | ^ -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/idmapper/idmapper.c:826:33: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 7 has type ‘size_t’ {aka ‘unsigned int’} [-Wformat=] 826 | "getgrnam_r buffer size of: %lu, is too small increasing to %lu.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 827 | buflen, buflen * 16); | ~~~~~~ | | | size_t {aka unsigned int} -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/idmapper/idmapper.c:826:33: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 8 has type ‘size_t’ {aka ‘unsigned int’} [-Wformat=] 826 | "getgrnam_r buffer size of: %lu, is too small increasing to %lu.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 827 | buflen, buflen * 16); | ~~~~~~~~~~~ | | | size_t {aka unsigned int} -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/FSAL/FSAL_GPFS/fsal_mds.c:327:12: warning: pointer targets in assignment from ‘int *’ to ‘unsigned int *’ differ in signedness [-Wpointer-sign] 327 | fh = (int *)&(gpfs_ds_handle.f_handle); | ^ -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/FSAL/FSAL_GPFS/fsal_mds.c:343:12: warning: pointer targets in assignment from ‘int *’ to ‘unsigned int *’ differ in signedness [-Wpointer-sign] 343 | fh = (int *)&(gpfs_ds_handle.f_handle); | ^ -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/FSAL/FSAL_GPFS/fsal_ds.c:107:12: warning: pointer targets in assignment from ‘int *’ to ‘unsigned int *’ differ in signedness [-Wpointer-sign] 107 | fh = (int *)&(gpfs_handle->f_handle); | ^ -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/FSAL/FSAL_GPFS/fsal_ds.c:182:12: warning: pointer targets in assignment from ‘int *’ to ‘unsigned int *’ differ in signedness [-Wpointer-sign] 182 | fh = (int *)&(gpfs_handle->f_handle); | ^ -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/FSAL/FSAL_GPFS/fsal_ds.c:280:12: warning: pointer targets in assignment from ‘int *’ to ‘unsigned int *’ differ in signedness [-Wpointer-sign] 280 | fh = (int *)&(gpfs_handle->f_handle); | ^ -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/FSAL/FSAL_GPFS/fsal_ds.c:291:24: warning: pointer targets in assignment from ‘int32_t *’ {aka ‘int *’} to ‘uint32_t *’ {aka ‘unsigned int *’} differ in signedness [-Wpointer-sign] 291 | warg.verifier4 = (int32_t *)writeverf; | ^ -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/FSAL/FSAL_GPFS/fsal_ds.c:355:12: warning: pointer targets in assignment from ‘int *’ to ‘unsigned int *’ differ in signedness [-Wpointer-sign] 355 | fh = (int *)&(gpfs_handle->f_handle); | ^ -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/FSAL/FSAL_GPFS/fsal_ds.c:363:23: warning: pointer targets in assignment from ‘int32_t *’ {aka ‘int *’} to ‘uint32_t *’ {aka ‘unsigned int *’} differ in signedness [-Wpointer-sign] 363 | arg.verifier4 = (int32_t *)writeverf; | ^ -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/FSAL/Stackable_FSALs/FSAL_MDCACHE/mdcache_lru.c:972:42: warning: pointer targets in passing argument 1 of ‘atomic_inc_int64_t’ differ in signedness [-Wpointer-sign] 972 | (void)atomic_inc_int64_t(&lru_state.chunks_used); | ^~~~~~~~~~~~~~~~~~~~~~ | | | uint64_t * {aka long long unsigned int *} -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/FSAL/Stackable_FSALs/FSAL_MDCACHE/mdcache_lru.c:1731:34: warning: pointer targets in passing argument 1 of ‘atomic_inc_int64_t’ differ in signedness [-Wpointer-sign] 1731 | (void)atomic_inc_int64_t(&lru_state.entries_used); | ^~~~~~~~~~~~~~~~~~~~~~~ | | | uint64_t * {aka long long unsigned int *} -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/FSAL/Stackable_FSALs/FSAL_MDCACHE/mdcache_lru.c:1991:42: warning: pointer targets in passing argument 1 of ‘atomic_dec_int64_t’ differ in signedness [-Wpointer-sign] 1991 | (void)atomic_dec_int64_t(&lru_state.entries_used); | ^~~~~~~~~~~~~~~~~~~~~~~ | | | uint64_t * {aka long long unsigned int *} -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/FSAL/Stackable_FSALs/FSAL_MDCACHE/mdcache_lru.c:2018:34: warning: pointer targets in passing argument 1 of ‘atomic_dec_int64_t’ differ in signedness [-Wpointer-sign] 2018 | (void)atomic_dec_int64_t(&lru_state.chunks_used); | ^~~~~~~~~~~~~~~~~~~~~~ | | | uint64_t * {aka long long unsigned int *} -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/FSAL/localfs.c:502:34: warning: pointer targets in passing argument 2 of ‘uuid_parse’ differ in signedness [-Wpointer-sign] 502 | if (uuid_parse(uuid_str, (char *)&fs->fsid) == -1) { | ^~~~~~~~~~~~~~~~~ | | | char * -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/FSAL/localfs.c:658:26: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 7 has type ‘uint64_t’ {aka ‘long long unsigned int’} [-Wformat=] 658 | "EXPORT_OPTION_FSID_SET fsid.major=%lx fsid.minor=%lx", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 659 | exp->filesystem_id.major, exp->filesystem_id.minor); | ~~~~~~~~~~~~~~~~~~~~~~~~ | | | uint64_t {aka long long unsigned int} -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/FSAL/localfs.c:658:26: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 8 has type ‘uint64_t’ {aka ‘long long unsigned int’} [-Wformat=] 658 | "EXPORT_OPTION_FSID_SET fsid.major=%lx fsid.minor=%lx", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 659 | exp->filesystem_id.major, exp->filesystem_id.minor); | ~~~~~~~~~~~~~~~~~~~~~~~~ | | | uint64_t {aka long long unsigned int} -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/FSAL/localfs.c:882:25: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 8 has type ‘uint64_t’ {aka ‘long long unsigned int’} [-Wformat=] 882 | "fs->path=%s fs->fsid.major=%lx fs->fsid.minor=%lx parent=%p", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 883 | fs->path, fs->fsid.major, fs->fsid.minor, fs->parent); | ~~~~~~~~~~~~~~ | | | uint64_t {aka long long unsigned int} -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/FSAL/localfs.c:882:25: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 9 has type ‘uint64_t’ {aka ‘long long unsigned int’} [-Wformat=] 882 | "fs->path=%s fs->fsid.major=%lx fs->fsid.minor=%lx parent=%p", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 883 | fs->path, fs->fsid.major, fs->fsid.minor, fs->parent); | ~~~~~~~~~~~~~~ | | | uint64_t {aka long long unsigned int} -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/FSAL/localfs.c:903:33: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 8 has type ‘uint64_t’ {aka ‘long long unsigned int’} [-Wformat=] 903 | "fsn->path=%s fsn->fsid.major=%lx fsn->fsid.minor=%lx fsn->parent=%p", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 904 | fsn->path, fsn->fsid.major, fsn->fsid.minor, | ~~~~~~~~~~~~~~~ | | | uint64_t {aka long long unsigned int} -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/FSAL/localfs.c:903:33: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 9 has type ‘uint64_t’ {aka ‘long long unsigned int’} [-Wformat=] 903 | "fsn->path=%s fsn->fsid.major=%lx fsn->fsid.minor=%lx fsn->parent=%p", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 904 | fsn->path, fsn->fsid.major, fsn->fsid.minor, | ~~~~~~~~~~~~~~~ | | | uint64_t {aka long long unsigned int} -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/FSAL/localfs.c:1030:26: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 7 has type ‘uint64_t’ {aka ‘long long unsigned int’} [-Wformat=] 1030 | "owning_export fsid.major=%lx fsid.minor=%lx", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1031 | owning_export->filesystem_id.major, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | uint64_t {aka long long unsigned int} -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/FSAL/localfs.c:1030:26: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 8 has type ‘uint64_t’ {aka ‘long long unsigned int’} [-Wformat=] 1030 | "owning_export fsid.major=%lx fsid.minor=%lx", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1031 | owning_export->filesystem_id.major, 1032 | owning_export->filesystem_id.minor); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | uint64_t {aka long long unsigned int} -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/FSAL/localfs.c:1900:25: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 7 has type ‘uint64_t’ {aka ‘long long unsigned int’} [-Wformat=] 1900 | "dev.major=%lx fs.major=%lx dev.minor=%lx fs.minor=%lx owning.major=%lx, owning.minor=%lx", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1901 | dev.major, fs->dev.major, dev.minor, fs->dev.minor, | ~~~~~~~~~ | | | uint64_t {aka long long unsigned int} -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/FSAL/localfs.c:1900:25: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 8 has type ‘uint64_t’ {aka ‘long long unsigned int’} [-Wformat=] 1900 | "dev.major=%lx fs.major=%lx dev.minor=%lx fs.minor=%lx owning.major=%lx, owning.minor=%lx", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1901 | dev.major, fs->dev.major, dev.minor, fs->dev.minor, | ~~~~~~~~~~~~~ | | | uint64_t {aka long long unsigned int} -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/FSAL/localfs.c:1900:25: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 9 has type ‘uint64_t’ {aka ‘long long unsigned int’} [-Wformat=] 1900 | "dev.major=%lx fs.major=%lx dev.minor=%lx fs.minor=%lx owning.major=%lx, owning.minor=%lx", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1901 | dev.major, fs->dev.major, dev.minor, fs->dev.minor, | ~~~~~~~~~ | | | uint64_t {aka long long unsigned int} -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/FSAL/localfs.c:1900:25: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 10 has type ‘uint64_t’ {aka ‘long long unsigned int’} [-Wformat=] 1900 | "dev.major=%lx fs.major=%lx dev.minor=%lx fs.minor=%lx owning.major=%lx, owning.minor=%lx", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1901 | dev.major, fs->dev.major, dev.minor, fs->dev.minor, | ~~~~~~~~~~~~~ | | | uint64_t {aka long long unsigned int} -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/FSAL/localfs.c:1900:25: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 11 has type ‘uint64_t’ {aka ‘long long unsigned int’} [-Wformat=] 1900 | "dev.major=%lx fs.major=%lx dev.minor=%lx fs.minor=%lx owning.major=%lx, owning.minor=%lx", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1901 | dev.major, fs->dev.major, dev.minor, fs->dev.minor, 1902 | owning_export->filesystem_id.major, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | uint64_t {aka long long unsigned int} -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/FSAL/localfs.c:1900:25: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 12 has type ‘uint64_t’ {aka ‘long long unsigned int’} [-Wformat=] 1900 | "dev.major=%lx fs.major=%lx dev.minor=%lx fs.minor=%lx owning.major=%lx, owning.minor=%lx", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/FSAL/FSAL_GPFS/file.c:1067:23: warning: pointer targets in assignment from ‘int32_t *’ {aka ‘int *’} to ‘uint32_t *’ {aka ‘unsigned int *’} differ in signedness [-Wpointer-sign] 1067 | arg.verifier4 = (int32_t *)&writeverf; | ^ -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/FSAL/FSAL_GPFS/handle.c:421:48: warning: pointer targets in assignment from ‘char *’ to ‘unsigned char *’ differ in signedness [-Wpointer-sign] 421 | myself->u.symlink.link_content = | ^ -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/FSAL/FSAL_GPFS/handle.c:429:61: warning: pointer targets in passing argument 2 of ‘copy_into_utf8string’ differ in signedness [-Wpointer-sign] 429 | copy_into_utf8string(link_content, myself->u.symlink.link_content, | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ | | | unsigned char * -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/FSAL/FSAL_VFS/handle.c:169:45: warning: pointer targets in assignment from ‘char *’ to ‘unsigned char *’ differ in signedness [-Wpointer-sign] 169 | hdl->u.symlink.link_content = link_content; | ^ -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/FSAL/FSAL_VFS/handle.c:291:34: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 7 has type ‘uint64_t’ {aka ‘long long unsigned int’} [-Wformat=] 291 | LogDebug(COMPONENT_FSAL, "dev.major=%lx dev.minor=%lx", dev.major, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~ | | | uint64_t {aka long long unsigned int} -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/FSAL/FSAL_VFS/handle.c:291:34: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 8 has type ‘uint64_t’ {aka ‘long long unsigned int’} [-Wformat=] 291 | LogDebug(COMPONENT_FSAL, "dev.major=%lx dev.minor=%lx", dev.major, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 292 | dev.minor); | ~~~~~~~~~ | | | uint64_t {aka long long unsigned int} -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/FSAL/FSAL_VFS/handle.c:1180:61: warning: pointer targets in passing argument 2 of ‘copy_into_utf8string’ differ in signedness [-Wpointer-sign] 1180 | copy_into_utf8string(link_content, myself->u.symlink.link_content, | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ | | | unsigned char * -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/FSAL/FSAL_SAUNAFS/handle.c:1848:38: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1848 | sau_set_lock_owner(fileinfo, (uint64_t)owner); | ^ -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/FSAL/FSAL_PROXY_V3/main.c:1396:13: warning: variable ‘count’ set but not used [-Wunused-but-set-variable=] 1396 | int count = 0; | ^~~~~ -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/MainNFSD/nfs_qos.c:742:42: warning: pointer targets in passing argument 3 of ‘release_wait_ios’ differ in signedness [-Wpointer-sign] 742 | &dummy_counter); | ^~~~~~~~~~~~~~ | | | int * -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/MainNFSD/nfs_qos.c:747:42: warning: pointer targets in passing argument 3 of ‘release_wait_ios’ differ in signedness [-Wpointer-sign] 747 | &dummy_counter); | ^~~~~~~~~~~~~~ | | | int * -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/MainNFSD/nfs_qos.c:780:42: warning: pointer targets in passing argument 3 of ‘release_wait_ios’ differ in signedness [-Wpointer-sign] 780 | &dummy_counter); | ^~~~~~~~~~~~~~ | | | int * -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/MainNFSD/nfs_qos.c:785:42: warning: pointer targets in passing argument 3 of ‘release_wait_ios’ differ in signedness [-Wpointer-sign] 785 | &dummy_counter); | ^~~~~~~~~~~~~~ | | | int * -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/MainNFSD/nfs_qos.c:1221:50: warning: pointer targets in passing argument 3 of ‘release_wait_ios’ differ in signedness [-Wpointer-sign] 1221 | &dummy_counter); | ^~~~~~~~~~~~~~ | | | int * -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/MainNFSD/nfs_qos.c:1277:41: warning: pointer targets in passing argument 3 of ‘release_wait_ios’ differ in signedness [-Wpointer-sign] 1277 | &dummy_counter); | ^~~~~~~~~~~~~~ | | | int * -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/MainNFSD/nfs_qos.c:3247:49: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 7 has type ‘pthread_t’ {aka ‘long unsigned int’} [-Wformat=] 3247 | LogDebug(COMPONENT_QOS, "thread.id: %" PRIu64, | ^~~~~~~~~~~~~~ 3248 | current_thread_id); | ~~~~~~~~~~~~~~~~~ | | | pthread_t {aka long unsigned int} -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/FSAL/commonlib.c:1484:36: warning: pointer targets in passing argument 1 of ‘atomic_inc_int32_t’ differ in signedness [-Wpointer-sign] 1484 | atomic_inc_int32_t(&fsal_fd->lru_reclaim); | ^~~~~~~~~~~~~~~~~~~~~ | | | uint32_t * {aka unsigned int *} -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/FSAL/commonlib.c:1507:36: warning: pointer targets in passing argument 1 of ‘atomic_dec_int32_t’ differ in signedness [-Wpointer-sign] 1507 | atomic_dec_int32_t(&fsal_fd->lru_reclaim); | ^~~~~~~~~~~~~~~~~~~~~ | | | uint32_t * {aka unsigned int *} -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/FSAL/commonlib.c:2126:45: warning: pointer targets in passing argument 1 of ‘atomic_fetch_int32_t’ differ in signedness [-Wpointer-sign] 2126 | while (atomic_fetch_int32_t(&fsal_fd->lru_reclaim)) { | ^~~~~~~~~~~~~~~~~~~~~ | | | uint32_t * {aka unsigned int *} -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/FSAL/FSAL_MEM/mem_handle.c:154:53: warning: pointer targets in passing argument 1 of ‘atomic_inc_int32_t’ differ in signedness [-Wpointer-sign] 154 | const int32_t refcount = atomic_inc_int32_t(&myself->refcount); | ^~~~~~~~~~~~~~~~~ | | | uint32_t * {aka unsigned int *} -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/FSAL/FSAL_MEM/mem_handle.c:175:47: warning: pointer targets in passing argument 1 of ‘atomic_dec_int32_t’ differ in signedness [-Wpointer-sign] 175 | int32_t refcount = atomic_dec_int32_t(&myself->refcount); | ^~~~~~~~~~~~~~~~~ | | | uint32_t * {aka unsigned int *} -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/Protocols/NFS/nfs_proto_tools.c:971:35: warning: pointer targets in passing argument 2 of ‘xdr_bool’ differ in signedness [-Wpointer-sign] 971 | if (!inline_xdr_bool(xdr, &archive)) | ^~~~~~~~ | | | uint32_t * {aka unsigned int *} -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/Protocols/NFS/nfs_proto_tools.c:2636:35: warning: pointer targets in passing argument 2 of ‘xdr_bool’ differ in signedness [-Wpointer-sign] 2636 | if (!inline_xdr_bool(xdr, &offline)) | ^~~~~~~~ | | | uint32_t * {aka unsigned int *} -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/Protocols/NFS/nfs_proto_tools.c:2668:25: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 8 has type ‘int64_t’ {aka ‘long long int’} [-Wformat=] 2668 | "%s: Clamping future time %ld.%09u to current %ld.%09ld", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2669 | attr_name, time->seconds, time->nseconds, now.tv_sec, | ~~~~~~~~~~~~~ | | | int64_t {aka long long int} -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/Protocols/NFS/nfs_proto_tools.c:2691:48: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 7 has type ‘int64_t’ {aka ‘long long int’} [-Wformat=] 2691 | LogFullDebug(COMPONENT_NFS_V4, "Using atime: %ld.%u", | ^~~~~~~~~~~~~~~~~~~~~ 2692 | time_deleg_access.seconds, | ~~~~~~~~~~~~~~~~~~~~~~~~~ | | | int64_t {aka long long int} -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/Protocols/NFS/nfs_proto_tools.c:2701:48: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 7 has type ‘int64_t’ {aka ‘long long int’} [-Wformat=] 2701 | LogFullDebug(COMPONENT_NFS_V4, "Using current time: %ld.%u", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2702 | time_deleg_access.seconds, | ~~~~~~~~~~~~~~~~~~~~~~~~~ | | | int64_t {aka long long int} -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/Protocols/NFS/nfs_proto_tools.c:2741:30: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 7 has type ‘int64_t’ {aka ‘long long int’} [-Wformat=] 2741 | "Decoded FATTR4_TIME_DELEG_ACCESS: %ld.%u", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2742 | time_deleg_access.seconds, | ~~~~~~~~~~~~~~~~~~~~~~~~~ | | | int64_t {aka long long int} -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/Protocols/NFS/nfs_proto_tools.c:2763:48: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 7 has type ‘int64_t’ {aka ‘long long int’} [-Wformat=] 2763 | LogFullDebug(COMPONENT_NFS_V4, "Using mtime: %ld.%u", | ^~~~~~~~~~~~~~~~~~~~~ 2764 | time_deleg_modify.seconds, | ~~~~~~~~~~~~~~~~~~~~~~~~~ | | | int64_t {aka long long int} -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/Protocols/NFS/nfs_proto_tools.c:2773:48: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 7 has type ‘int64_t’ {aka ‘long long int’} [-Wformat=] 2773 | LogFullDebug(COMPONENT_NFS_V4, "Using current time: %ld.%u", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2774 | time_deleg_modify.seconds, | ~~~~~~~~~~~~~~~~~~~~~~~~~ | | | int64_t {aka long long int} -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/Protocols/NFS/nfs_proto_tools.c:2813:30: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 7 has type ‘int64_t’ {aka ‘long long int’} [-Wformat=] 2813 | "Decoded FATTR4_TIME_DELEG_MODIFY: %ld.%u", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2814 | time_deleg_modify.seconds, | ~~~~~~~~~~~~~~~~~~~~~~~~~ | | | int64_t {aka long long int} -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/include/abstract_mem.h:333:9: warning: ‘free’ called on unallocated object ‘buffer’ [-Wfree-nonheap-object] 333 | free(p); | ^~~~~~~ -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/FSAL/FSAL_GLUSTER/handle.c:3156:22: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 3156 | (unsigned long long)la_cookie, la_maxcount); | ^ -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/FSAL/FSAL_PROXY_V4/handle.c:2934:28: warning: pointer targets in assignment from ‘uint8_t *’ {aka ‘unsigned char *’} to ‘char *’ differ in signedness [-Wpointer-sign] 2934 | n->fh4.nfs_fh4_val = n->blob.bytes; | ^ -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/FSAL/FSAL_PROXY_V4/handle.c:3062:25: warning: pointer targets in assignment from ‘uint8_t *’ {aka ‘unsigned char *’} to ‘char *’ differ in signedness [-Wpointer-sign] 3062 | fh4.nfs_fh4_val = blob->bytes; | ^ -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/libkmip/kmip.c:3763:24: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘int64’ {aka ‘long long int’} [-Wformat=] 3763 | printf ("%s (%ld)", decoded_time, value); | ~~^ ~~~~~ | | | | long int int64 {aka long long int} | %lld -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/libkmip/kmip.c:5309:34: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 4 has type ‘uint64’ {aka ‘long long unsigned int’} [-Wformat=] 5309 | printf("%*sTime Stamp: %lu\n", indent + 2, "", value->time_stamp); | ~~^ ~~~~~~~~~~~~~~~~~ | | | | long unsigned int uint64 {aka long long unsigned int} | %llu -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/libkmip/kmip.c:5322:34: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 4 has type ‘uint64’ {aka ‘long long unsigned int’} [-Wformat=] 5322 | printf("%*sTime Stamp: %lu\n", indent + 2, "", value->time_stamp); | ~~^ ~~~~~~~~~~~~~~~~~ | | | | long unsigned int uint64 {aka long long unsigned int} | %llu -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/include/abstract_atomic.h:262:16: warning: ‘__atomic_sub_fetch_4’ writing 4 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=] 262 | return __atomic_sub_fetch(minuend, subtrahend, __ATOMIC_SEQ_CST); | ^ -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/include/abstract_mem.h:333:9: warning: ‘free’ called on unallocated object ‘buffer’ [-Wfree-nonheap-object] 333 | free(p); | ^ -
/builddir/build/BUILD/nfs-ganesha-15.2-build/nfs-ganesha-15.2/src/FSAL/FSAL_GPFS/gpfs_methods.h:132:15: warning: type of ‘gpfs_commit2’ does not match original declaration [-Wlto-type-mismatch] 132 | fsal_status_t gpfs_commit2(struct fsal_obj_handle *obj_hdl, off_t offset, | ^