From: Julius Bünger Date: Fri, 26 Dec 2014 00:01:57 +0000 (+0000) Subject: fixed compiler warning in tests X-Git-Tag: initial-import-from-subversion-38251~2750 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=93b040e310af8187a11716bd0f0daa62307348b0;p=oweals%2Fgnunet.git fixed compiler warning in tests --- diff --git a/src/rps/test_rps_multipeer.c b/src/rps/test_rps_multipeer.c index ccf4b7c72..1b026383a 100644 --- a/src/rps/test_rps_multipeer.c +++ b/src/rps/test_rps_multipeer.c @@ -94,7 +94,7 @@ shutdown_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) * */ static void -handle_reply (void *cls, uint64_t n, struct GNUNET_PeerIdentity *peers) +handle_reply (void *cls, uint64_t n, const struct GNUNET_PeerIdentity *peers) { GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Got peer %s\n", GNUNET_i2s(peers));