Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill never implemented option "model-check/snapshot_fds".
[simgrid.git] / src / xbt / exception.cpp
index 82b64eeabf80cf3e4ce1db6b054d4cc3bd08d4bb..beec1e40fdd9cc2d95a312ad34a10ff9d9b880e4 100644 (file)
@@ -145,7 +145,7 @@ static void handler()
     std::abort();
   }
 
-  catch (simgrid::ForcefulKillException const& e) {
+  catch (const simgrid::ForcefulKillException&) {
     XBT_ERROR("Received a ForcefulKillException at the top-level exception handler. Maybe a Java->C++ call that is not "
               "protected "
               "in a try/catch?");