X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/611d822b02f836d7abe031cced6adc4281ef4356..4e1fee193fdffe48d9fe250087ab4e5ae6342532:/src/mc/mc_client_api.cpp diff --git a/src/mc/mc_client_api.cpp b/src/mc/mc_client_api.cpp index 8b2512d036..af2c7b456c 100644 --- a/src/mc/mc_client_api.cpp +++ b/src/mc/mc_client_api.cpp @@ -9,7 +9,7 @@ #include #include "src/mc/ModelChecker.hpp" -#include "src/mc/mc_ignore.h" +#include "src/mc/mc_ignore.hpp" #include "src/mc/mc_private.hpp" #include "src/mc/mc_record.hpp" #include "src/mc/remote/Client.hpp" @@ -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())