X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8b3a964a05100f371bc65e4bdad591d06cb09165..57da58e0721a3b6e1b6f30a21e3ce9a5b61aa5d1:/src/mc/mc_config.cpp diff --git a/src/mc/mc_config.cpp b/src/mc/mc_config.cpp index bd2963d7c7..fbb7f7c7b8 100644 --- a/src/mc/mc_config.cpp +++ b/src/mc/mc_config.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2019. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2008-2020. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -11,8 +11,6 @@ #include -XBT_LOG_NEW_DEFAULT_SUBCATEGORY(mc_config, mc, "Configuration of the Model Checker"); - #if SIMGRID_HAVE_MC namespace simgrid { namespace mc { @@ -79,7 +77,7 @@ simgrid::config::Flag _sg_mc_buffering{ "infty", {{"zero", "No system buffering: MPI_Send is blocking"}, {"infty", "Infinite system buffering: MPI_Send returns immediately"}}, - [](const std::string& value) { _mc_cfg_cb_check("buffering mode"); }}; + [](const std::string&) { _mc_cfg_cb_check("buffering mode"); }}; static simgrid::config::Flag _sg_mc_reduce{ "model-check/reduction", "Specify the kind of exploration reduction (either none or DPOR)", "dpor",