Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Comment unused function parameter.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 11 Oct 2017 20:27:51 +0000 (22:27 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 11 Oct 2017 21:02:40 +0000 (23:02 +0200)
teshsuite/s4u/pid/pid.cpp

index 86dcc62..de948f3 100644 (file)
@@ -7,7 +7,7 @@
 
 XBT_LOG_NEW_DEFAULT_CATEGORY(s4u_test, "Messages specific for this msg example");
 
 
 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;
 {
   XBT_INFO("Process \"%d\" killed.", *pid);
   return 0;