Snippets for gnunet 0.28.0 from Alpine armhf
Sourced from https://build.alpinelinux.org/buildlogs/build-edge-armhf/community/gnunet/gnunet-0.28.0-r0.log.
-
../src/contrib/service/rps/gnunet-rps.c:210:35: warning: format '%lu' expects argument of type 'long unsigned int *', but argument 3 has type 'uint64_t *' {aka 'long long unsigned int *'} [-Wformat=] 210 | (0 == sscanf (args[0], "%lu", &num_peers)) ) | ~~^ ~~~~~~~~~~ | | | | | uint64_t * {aka long long unsigned int *} | long unsigned int * | %llu -
../src/contrib/service/rps/gnunet-rps.c:224:35: warning: format '%lu' expects argument of type 'long unsigned int *', but argument 3 has type 'uint64_t *' {aka 'long long unsigned int *'} [-Wformat=] 224 | (0 == sscanf (args[0], "%lu", &num_view_updates)) ) | ~~^ ~~~~~~~~~~~~~~~~~ | | | | | uint64_t * {aka long long unsigned int *} | long unsigned int * | %llu -
../src/service/rest/oidc_helper.c:610:17: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 610 | "Length of serialized attributes: %lu\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 611 | attr_list_len); | ~~~~~~~~~~~~~ | | | size_t {aka unsigned int} -
../src/service/rest/oidc_helper.c:625:17: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 625 | "Length of serialized presentations: %lu\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 626 | pres_list_len); | ~~~~~~~~~~~~~ | | | size_t {aka unsigned int} -
../src/service/rest/oidc_helper.c:660:15: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 660 | "Length of data to encode: %lu\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 661 | code_payload_len); | ~~~~~~~~~~~~~~~~ | | | size_t {aka unsigned int} -
../src/service/messenger/messenger_api_contact.c:36:40: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 36 | GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Create new contact: %lu\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | unique_id); | ~~~~~~~~~ | | | size_t {aka unsigned int} -
../src/service/messenger/messenger_api_contact.c:82:40: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 82 | GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Free contact: %lu\n", | ^~~~~~~~~~~~~~~~~~~~~ 83 | contact->id); | ~~~~~~~~~~~ | | | size_t {aka unsigned int} -
../src/service/cadet/cadet_api_drop_message.c:36:1: warning: 'GNUNET_CADET_drop_message' defined but not used [-Wunused-function] 36 | GNUNET_CADET_drop_message (struct GNUNET_MQ_Handle *mq, | ^~~~~~~~~~~~~~~~~~~~~~~~~ -
../src/service/cadet/gnunet-service-cadet_paths.c:283:1: warning: 'GCPP_update_score' defined but not used [-Wunused-function] 283 | GCPP_update_score (struct CadetPeerPath *path, | ^~~~~~~~~~~~~~~~~ -
../src/service/core/testing_core_cmd_connect.c:134:7: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'unsigned int' [-Wformat=] 134 | "size of connect_state: %lu of channel: %lu\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 135 | sizeof (struct GNUNET_TESTING_CORE_ConnectState), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | unsigned int -
../src/service/core/testing_core_cmd_connect.c:134:7: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'unsigned int' [-Wformat=] 134 | "size of connect_state: %lu of channel: %lu\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 135 | sizeof (struct GNUNET_TESTING_CORE_ConnectState), 136 | sizeof (struct GNUNET_TESTING_CORE_Channel)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | unsigned int -
../src/service/core/test_core_plugin_underlay_dummy.c:405:38: warning: 'channel_count' may be used uninitialized [-Wmaybe-uninitialized] 405 | num_messages_target = channel_count->udrs->num_messages_target; | ~~~~~~~~~~~~~^~~~~~ -
../src/contrib/service/rps/gnunet-service-rps.c:1551:10: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 1551 | "Not able to convert string representation of PeerID to PeerID\n" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../src/contrib/service/rps/gnunet-service-rps.c:3318:10: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'unsigned int' [-Wformat=] 3318 | "message says it sends %" PRIu32 " peers, have space for %lu peers\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~ 3319 | ntohl (msg->num_peers), 3320 | (msize / sizeof(struct GNUNET_PeerIdentity))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | unsigned int -
../src/contrib/service/rps/gnunet-service-rps.c:3722:10: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'unsigned int' [-Wformat=] 3722 | "message says it sends %" PRIu32 " peers, have space for %lu peers\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~ 3723 | ntohl (msg->num_peers), 3724 | (ntohs (msg->header.size) - sizeof(struct | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3725 | GNUNET_RPS_P2P_PullReplyMessage)) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3726 | / sizeof(struct GNUNET_PeerIdentity)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | unsigned int -
../src/service/core/gnunet-service-core.h:209:35: warning: 'GSC_peer_class' defined but not used [-Wunused-variable] 209 | static enum GNUNET_CORE_PeerClass GSC_peer_class; | ^~~~~~~~~~~~~~ -
../src/service/datastore/gnunet-service-datastore.c:637:15: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] 637 | "Reserve space for %u entries with up to %lu bytes under rid %u\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 638 | entries, 639 | amount, | ~~~~~~ | | | uint64_t {aka long long unsigned int} -
../src/service/pils/pils_api.c:209:10: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 209 | "The msg_size (%lu) is not %lu (header) + %u (block)\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 210 | msg_size, | ~~~~~~~~ | | | size_t {aka unsigned int} -
../src/service/pils/pils_api.c:209:10: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'unsigned int' [-Wformat=] 209 | "The msg_size (%lu) is not %lu (header) + %u (block)\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 210 | msg_size, 211 | sizeof (*msg), | ~~~~~~~~~~~~~ | | | unsigned int -
../src/service/pils/gnunet-service-pils.c:295:10: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 295 | "The msg_size (%lu) is not %lu (header) + %u (block)\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 296 | msg_size, | ~~~~~~~~ | | | size_t {aka unsigned int} -
../src/service/pils/gnunet-service-pils.c:295:10: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'unsigned int' [-Wformat=] 295 | "The msg_size (%lu) is not %lu (header) + %u (block)\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 296 | msg_size, 297 | sizeof (*msg), | ~~~~~~~~~~~~~ | | | unsigned int -
../src/service/pils/gnunet-service-pils.c:417:10: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 417 | "The msg_size (%lu) is not big enough for msg (%lu) + purpose struct (%lu)\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 418 | msg_size, | ~~~~~~~~ | | | size_t {aka unsigned int} -
../src/service/pils/gnunet-service-pils.c:417:10: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'unsigned int' [-Wformat=] 417 | "The msg_size (%lu) is not big enough for msg (%lu) + purpose struct (%lu)\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 418 | msg_size, 419 | sizeof (*msg), | ~~~~~~~~~~~~~ | | | unsigned int -
../src/service/pils/gnunet-service-pils.c:417:10: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'unsigned int' [-Wformat=] 417 | "The msg_size (%lu) is not big enough for msg (%lu) + purpose struct (%lu)\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../src/service/pils/gnunet-service-pils.c:427:10: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 427 | "The msg_size (%lu) is not big enough for msg (%lu) + purpose (%u)\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 428 | msg_size, | ~~~~~~~~ | | | size_t {aka unsigned int} -
../src/service/pils/gnunet-service-pils.c:427:10: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'unsigned int' [-Wformat=] 427 | "The msg_size (%lu) is not big enough for msg (%lu) + purpose (%u)\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 428 | msg_size, 429 | sizeof (*msg), | ~~~~~~~~~~~~~ | | | unsigned int -
../src/service/core/gnunet_core_underlay_dummy.c:639:37: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'ssize_t' {aka 'int'} [-Wformat=] 639 | LOG (GNUNET_ERROR_TYPE_DEBUG, "Remaining bytes of buffer: %ld\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 640 | ret_remain); | ~~~~~~~~~~ | | | ssize_t {aka int} -
../src/service/transport/transport_api_communication.c:787:15: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 787 | "check_start_burst %s %lu\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 788 | addr_str, 789 | strlen (addr_str)); | ~~~~~~~~~~~~~~~~~ | | | size_t {aka unsigned int} -
../src/lib/util/nat.c:211:17: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'unsigned int' [-Wformat=] 211 | "Received a non burst message on local port %u %lu!\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 212 | sock_info->port, 213 | sizeof (struct GNUNET_BurstMessage)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | unsigned int -
../src/plugin/datastore/plugin_datastore_sqlite.c:1045:5: warning: 'rc' may be used uninitialized [-Wmaybe-uninitialized] 1045 | { GNUNET_SQ_query_param_uint64 (&rc.uid), GNUNET_SQ_query_param_end }; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../src/lib/util/crypto_paillier.c:121:1: warning: 'GNUNET_CRYPTO_paillier_encrypt1' defined but not used [-Wunused-function] 121 | GNUNET_CRYPTO_paillier_encrypt1 (const struct | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../src/service/namestore/gnunet-service-namestore.c:2658:6: warning: 'ret' may be used uninitialized [-Wmaybe-uninitialized] 2658 | if (GNUNET_SYSERR == ret) | ^ -
../src/service/transport/gnunet-communicator-tcp.c:1814:17: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'ssize_t' {aka 'int'} [-Wformat=] 1814 | "Sent %lu bytes to TCP queue\n", sent); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~ | | | ssize_t {aka int} -
../src/service/transport/gnunet-communicator-tcp.c:1859:17: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'ssize_t' {aka 'int'} [-Wformat=] 1859 | "Sent %lu bytes to TCP queue\n", sent); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~ | | | ssize_t {aka int} -
../src/service/transport/gnunet-communicator-tcp.c:1890:19: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 1890 | "Encrypting %lu bytes\n", queue->pwrite_off); | ^~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~ | | | size_t {aka unsigned int} -
../src/service/transport/gnunet-communicator-tcp.c:1977:17: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 1977 | "Already received data of size %lu bigger than KX size %lu!\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1978 | queue->unverified_size, | ~~~~~~~~~~~~~~~~~~~~~~ | | | size_t {aka unsigned int} -
../src/service/transport/gnunet-communicator-tcp.c:1977:17: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'unsigned int' [-Wformat=] 1977 | "Already received data of size %lu bigger than KX size %lu!\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../src/service/transport/gnunet-communicator-tcp.c:2663:15: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 2663 | "%lu bytes of plaintext to send\n", queue->pwrite_off); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~ | | | size_t {aka unsigned int} -
../src/service/transport/gnunet-communicator-tcp.c:3010:15: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'ssize_t' {aka 'int'} [-Wformat=] 3010 | "Received %lu bytes to write in buffer of size %lu for KX from queue %p (expires in %" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3011 | PRIu64 ")\n", 3012 | rcvd, BUF_SIZE - queue->cread_off, queue, left.rel_value_us); | ~~~~ | | | ssize_t {aka int} -
../src/service/transport/gnunet-communicator-tcp.c:3010:15: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'unsigned int' [-Wformat=] 3010 | "Received %lu bytes to write in buffer of size %lu for KX from queue %p (expires in %" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../src/service/transport/gnunet-communicator-tcp.c:3038:17: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 3038 | "%lu/%lu bytes of KX read. Rescheduling...\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3039 | queue->cread_off, INITIAL_KX_SIZE); | ~~~~~~~~~~~~~~~~ | | | size_t {aka unsigned int} -
../src/service/transport/gnunet-communicator-tcp.c:3038:17: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'unsigned int' [-Wformat=] 3038 | "%lu/%lu bytes of KX read. Rescheduling...\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../src/service/transport/gnunet-communicator-tcp.c:3081:15: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 3081 | "cread_off is %lu bytes before adjusting\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3082 | queue->cread_off); | ~~~~~~~~~~~~~~~~ | | | size_t {aka unsigned int} -
../src/service/transport/gnunet-communicator-tcp.c:3085:15: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 3085 | "cread_off set to %lu bytes\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3086 | queue->cread_off); | ~~~~~~~~~~~~~~~~ | | | size_t {aka unsigned int} -
../src/service/transport/gnunet-communicator-tcp.c:3118:15: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'ssize_t' {aka 'int'} [-Wformat=] 3118 | "Proto received %lu bytes for KX\n", rcvd); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~ | | | ssize_t {aka int} -
../src/service/transport/gnunet-communicator-tcp.c:4005:15: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'unsigned int' [-Wformat=] 4005 | "registering addresses %lu %lu %lu %lu\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4006 | (addrs_lens) * sizeof(struct sockaddr *), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | unsigned int -
../src/service/transport/gnunet-communicator-tcp.c:4005:15: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'unsigned int' [-Wformat=] 4005 | "registering addresses %lu %lu %lu %lu\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4006 | (addrs_lens) * sizeof(struct sockaddr *), 4007 | (addrs_lens) * sizeof(socklen_t), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | unsigned int -
../src/service/transport/gnunet-communicator-tcp.c:4005:15: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 4005 | "registering addresses %lu %lu %lu %lu\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../src/service/transport/gnunet-communicator-tcp.c:4005:15: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'unsigned int' [-Wformat=] 4005 | "registering addresses %lu %lu %lu %lu\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../src/service/transport/gnunet-communicator-udp.c:1762:15: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'unsigned int' [-Wformat=] 1762 | "try_handle_plaintext of size %llu (%u %lu) and type %u\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../src/service/transport/gnunet-communicator-udp.c:2846:17: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 2846 | "Considering SS %s sequence used: %u sequence allowed: %u bytes sent: %lu.\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2847 | GNUNET_sh2s (&ss->master), ss->sequence_used, 2848 | ss->sequence_allowed, ss->bytes_sent); | ~~~~~~~~~~~~~~ | | | size_t {aka unsigned int} -
../src/service/transport/gnunet-service-transport.c:6911:15: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'unsigned int' [-Wformat=] 6911 | "check_send_msg with size %u: inner msg type %u and size %u (%lu %lu)\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../src/service/transport/gnunet-service-transport.c:6911:15: warning: format '%lu' expects argument of type 'long unsigned int', but argument 7 has type 'unsigned int' [-Wformat=] 6911 | "check_send_msg with size %u: inner msg type %u and size %u (%lu %lu)\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../src/service/transport/gnunet-service-transport.c:10067:15: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'unsigned int' [-Wformat=]
-
../src/service/transport/gnunet-service-transport.c:10067:15: warning: format '%lu' expects argument of type 'long unsigned int', but argument 7 has type 'unsigned int' [-Wformat=]
-
../src/service/transport/gnunet-service-transport.c:10234:19: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t' {aka 'unsigned int'} [-Wformat=] -
../src/service/transport/gnunet-service-transport.c:11138:19: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t' {aka 'unsigned int'} [-Wformat=] -
../src/service/transport/gnunet-service-transport.c:11168:19: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t' {aka 'unsigned int'} [-Wformat=] -
../src/service/transport/gnunet-service-transport.c:11381:19: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'unsigned int' [-Wformat=]
-
../src/service/transport/gnunet-service-transport.c:11381:19: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'unsigned int' [-Wformat=]
-
../src/service/transport/gnunet-service-transport.c:11381:19: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'unsigned int' [-Wformat=]
-
../src/service/transport/gnunet-service-transport.c:11381:19: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'unsigned int' [-Wformat=]
-
../src/service/transport/gnunet-service-transport.c:12491:15: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=] -
../src/service/transport/gnunet-service-transport.c:12578:17: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t' {aka 'unsigned int'} [-Wformat=] -
../src/service/transport/gnunet-service-transport.c:12598:17: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'size_t' {aka 'unsigned int'} [-Wformat=]