From d8505f5da65fc8269505621ff3284df2aa980edd Mon Sep 17 00:00:00 2001 From: Julius Bünger Date: Thu, 22 Nov 2018 16:29:47 +0100 Subject: RPS tests: Get rid of warning (unused argument) --- src/rps/test_service_rps_custommap.c | 5 ++++- src/rps/test_service_rps_sampler_elem.c | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'src/rps') diff --git a/src/rps/test_service_rps_custommap.c b/src/rps/test_service_rps_custommap.c index 8ce03070e..003523087 100644 --- a/src/rps/test_service_rps_custommap.c +++ b/src/rps/test_service_rps_custommap.c @@ -11,7 +11,7 @@ WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - + You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ @@ -112,6 +112,9 @@ check () int main (int argc, char *argv[]) { + (void) argc; + (void) argv; + GNUNET_log_setup ("test_service_rps_peers", "WARNING", NULL); diff --git a/src/rps/test_service_rps_sampler_elem.c b/src/rps/test_service_rps_sampler_elem.c index 43efc8691..c68a3e384 100644 --- a/src/rps/test_service_rps_sampler_elem.c +++ b/src/rps/test_service_rps_sampler_elem.c @@ -11,7 +11,7 @@ WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - + You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ @@ -194,6 +194,9 @@ check () int main (int argc, char *argv[]) { + (void) argc; + (void) argv; + GNUNET_log_setup ("test_service_rps_peers", "WARNING", NULL); -- cgit v1.2.3