From: Sree Harsha Totakura Date: Wed, 20 Jun 2012 18:38:27 +0000 (+0000) Subject: -fixed test compile warning X-Git-Tag: initial-import-from-subversion-38251~12916 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8d9db9ddae163bc412ccfe301ea3d95298bb787f;p=oweals%2Fgnunet.git -fixed test compile warning --- diff --git a/src/peerinfo/test_peerinfo_api.c b/src/peerinfo/test_peerinfo_api.c index 0bd5ef707..a00f13f74 100644 --- a/src/peerinfo/test_peerinfo_api.c +++ b/src/peerinfo/test_peerinfo_api.c @@ -146,7 +146,8 @@ process (void *cls, const struct GNUNET_PeerIdentity *peer, static void run (void *cls, - const struct GNUNET_CONFIGURATION_Handle *cfg) + const struct GNUNET_CONFIGURATION_Handle *cfg, + struct GNUNET_TESTING_Peer *peer) { h = GNUNET_PEERINFO_connect (cfg); GNUNET_assert (NULL != h);