X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/96cedde3cdbc0b8ffc3f096a1b65d021b0226f99..f95f8ea9351ac3abf643f5edf0b6a06ba509ae96:/examples/smpi/replay/replay.cpp diff --git a/examples/smpi/replay/replay.cpp b/examples/smpi/replay/replay.cpp index 2364b74321..d1107d24b2 100644 --- a/examples/smpi/replay/replay.cpp +++ b/examples/smpi/replay/replay.cpp @@ -14,7 +14,7 @@ XBT_LOG_NEW_DEFAULT_CATEGORY(msg_test, "Messages specific for this msg example") /* This shows how to extend the trace format by adding a new kind of events. This function is registered through xbt_replay_action_register() below. */ -static void action_blah(simgrid::xbt::ReplayAction& args) +static void action_blah(simgrid::xbt::ReplayAction& /*args*/) { /* Add your answer to the blah event here. args is a strings array containing the blank-separated parameters found in the trace for this event instance. */