summaryrefslogtreecommitdiff
path: root/src/testing/testing_api_cmd_exec_aggregator.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-27 14:05:59 +0100
committerChristian Grothoff <christian@grothoff.org>2020-03-27 14:05:59 +0100
commitd923f29144a1fb0bdf647e597659f6699254e40a (patch)
tree003f5629e2fe6fea2c4462ad546f39a670f64e3e /src/testing/testing_api_cmd_exec_aggregator.c
parent69e50079b4412624a78002853535a6e7a306cc29 (diff)
downloadexchange-d923f29144a1fb0bdf647e597659f6699254e40a.tar.gz
exchange-d923f29144a1fb0bdf647e597659f6699254e40a.tar.bz2
exchange-d923f29144a1fb0bdf647e597659f6699254e40a.zip
removing warnings
Diffstat (limited to 'src/testing/testing_api_cmd_exec_aggregator.c')
-rw-r--r--src/testing/testing_api_cmd_exec_aggregator.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/testing/testing_api_cmd_exec_aggregator.c b/src/testing/testing_api_cmd_exec_aggregator.c
index 7602cf1d5..f11671888 100644
--- a/src/testing/testing_api_cmd_exec_aggregator.c
+++ b/src/testing/testing_api_cmd_exec_aggregator.c
@@ -60,6 +60,7 @@ aggregator_run (void *cls,
{
struct AggregatorState *as = cls;
+ (void) cmd;
as->aggregator_proc
= GNUNET_OS_start_process (GNUNET_NO,
GNUNET_OS_INHERIT_STD_ALL,
@@ -92,6 +93,7 @@ aggregator_cleanup (void *cls,
{
struct AggregatorState *as = cls;
+ (void) cmd;
if (NULL != as->aggregator_proc)
{
GNUNET_break (0 ==