summaryrefslogtreecommitdiff
path: root/src/testing/testing_api_cmd_auditor_exec_auditor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/testing_api_cmd_auditor_exec_auditor.c')
-rw-r--r--src/testing/testing_api_cmd_auditor_exec_auditor.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/testing/testing_api_cmd_auditor_exec_auditor.c b/src/testing/testing_api_cmd_auditor_exec_auditor.c
index 4e071d0c2..13cf59df1 100644
--- a/src/testing/testing_api_cmd_auditor_exec_auditor.c
+++ b/src/testing/testing_api_cmd_auditor_exec_auditor.c
@@ -61,6 +61,7 @@ auditor_run (void *cls,
{
struct AuditorState *ks = cls;
+ (void) cmd;
ks->auditor_proc
= GNUNET_OS_start_process (GNUNET_NO,
GNUNET_OS_INHERIT_STD_ALL,
@@ -92,6 +93,7 @@ auditor_cleanup (void *cls,
{
struct AuditorState *ks = cls;
+ (void) cmd;
if (NULL != ks->auditor_proc)
{
GNUNET_break (0 ==