From b870a9c3027ac65a4bfa040b0683f14cfafe8d74 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Wed, 11 Oct 2017 22:27:51 +0200 Subject: [PATCH] Comment unused function parameter. --- teshsuite/s4u/pid/pid.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teshsuite/s4u/pid/pid.cpp b/teshsuite/s4u/pid/pid.cpp index 86dcc627dc..de948f3c56 100644 --- a/teshsuite/s4u/pid/pid.cpp +++ b/teshsuite/s4u/pid/pid.cpp @@ -7,7 +7,7 @@ XBT_LOG_NEW_DEFAULT_CATEGORY(s4u_test, "Messages specific for this msg example"); -static int my_onexit(smx_process_exit_status_t status, int* pid) +static int my_onexit(smx_process_exit_status_t /*status*/, int* pid) { XBT_INFO("Process \"%d\" killed.", *pid); return 0; -- 2.20.1