Snippets for gnunet 0.29.0 from FreeBSD 150arm64
Sourced from https://pkg-status.freebsd.org/ampere5/data/latest-per-pkg/gnunet/0.29.0/150arm64-default.log.
-
../src/lib/util/crypto_paillier.c:121:1: warning: unused function 'GNUNET_CRYPTO_paillier_encrypt1' [-Wunused-function] 121 | GNUNET_CRYPTO_paillier_encrypt1 (const struct | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../src/lib/util/getopt.c:193:1: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a previous declaration [-Wdeprecated-non-prototype] 193 | getenv (); | ^ -
../src/service/cadet/cadet_api_drop_message.c:36:1: warning: unused function 'GNUNET_CADET_drop_message' [-Wunused-function] 36 | GNUNET_CADET_drop_message (struct GNUNET_MQ_Handle *mq, | ^~~~~~~~~~~~~~~~~~~~~~~~~ -
../src/service/regex/regex.c:236:17: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant] 236 | char dots[5 * strlen (DOT)]; | ~~~~^~~~~~~~~~~~ -
../src/service/dht/gnunet-service-dht_neighbours.c:867:38: warning: implicit conversion from 'unsigned int' to 'float' changes value from 4294967295 to 4294967296 [-Wimplicit-const-int-float-conversion] 867 | if (random_value < (target_value * UINT32_MAX)) | ~ ^~~~~~~~~~ -
../src/service/cadet/gnunet-service-cadet_paths.c:283:1: warning: unused function 'GCPP_update_score' [-Wunused-function] 283 | GCPP_update_score (struct CadetPeerPath *path, | ^~~~~~~~~~~~~~~~~ -
../src/service/gns/gnunet-gns-proxy.c:1928:5: warning: call to 'Wcurl_easy_setopt_err_long' declared with 'warning' attribute: curl_easy_setopt expects a long argument [-Wattribute-warning] 1928 | curl_easy_setopt (s5r->curl, | ^ -
../src/service/gns/gnunet-gns-proxy.c:1944:5: warning: call to 'Wcurl_easy_setopt_err_long' declared with 'warning' attribute: curl_easy_setopt expects a long argument [-Wattribute-warning] 1944 | curl_easy_setopt (s5r->curl, | ^ -
../src/service/gns/gnunet-gns-proxy.c:1345:17: warning: call to 'Wcurl_easy_getinfo_err_curl_off_t' declared with 'warning' attribute: curl_easy_getinfo expects a pointer to curl_off_t [-Wattribute-warning] 1345 | curl_easy_getinfo (s5r->curl, | ^