X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/98067df1e9274f5f5cec41c6e22ac5e0bc84c162..e195a28b546de45d49c8ab08f18da1da136a2454:/src/mc/mc_client_api.cpp diff --git a/src/mc/mc_client_api.cpp b/src/mc/mc_client_api.cpp index 470e06faca..e21f2d985f 100644 --- a/src/mc/mc_client_api.cpp +++ b/src/mc/mc_client_api.cpp @@ -33,7 +33,7 @@ void MC_assert(int prop) simgrid::mc::Client::get()->reportAssertionFailure(); } -void MC_cut(void) +void MC_cut() { xbt_assert(mc_model_checker == nullptr); if (not MC_is_active()) @@ -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)) +void MC_automaton_new_propositional_symbol(const char* id, int (*fct)()) { xbt_assert(mc_model_checker == nullptr); if (not MC_is_active())