X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8a8bedcb59d9f71233c56cccede6a98496361e06..6ed785970bbb0b94322103726f147dbea26ea48c:/src/mc/mc_client_api.cpp diff --git a/src/mc/mc_client_api.cpp b/src/mc/mc_client_api.cpp index 68279a7281..af2c7b456c 100644 --- a/src/mc/mc_client_api.cpp +++ b/src/mc/mc_client_api.cpp @@ -50,7 +50,7 @@ void MC_ignore(void* addr, size_t size) simgrid::mc::Client::get()->ignoreMemory(addr, size); } -void MC_automaton_new_propositional_symbol(const char* id, int (*fct)()) +void MC_automaton_new_propositional_symbol(const char* /*id*/, int (*/*fct*/)()) { xbt_assert(mc_model_checker == nullptr); if (not MC_is_active()) @@ -86,7 +86,7 @@ void MC_register_stack_area(void* stack, smx_actor_t actor, ucontext_t* context, simgrid::mc::Client::get()->declareStack(stack, size, actor, context); } -void MC_ignore_global_variable(const char *name) +void MC_ignore_global_variable(const char* /*name*/) { xbt_assert(mc_model_checker == nullptr); if (not MC_is_active())