X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/40d3b67a85d3234e873dd757fa6d863d58707534..b6e0974be6616f62aa724f7ec7ad1cff1b421e1e:/src/surf/surf.hpp?ds=sidebyside diff --git a/src/surf/surf.hpp b/src/surf/surf.hpp index 0a5d9f66c9..683703be3a 100644 --- a/src/surf/surf.hpp +++ b/src/surf/surf.hpp @@ -298,7 +298,7 @@ public: p_actionListHookup.prev = 0; p_actionListHookup.next = 0; }; - ActionLmm(ModelPtr model, double cost, bool failed) : m_suspended(false) { + ActionLmm(ModelPtr /*model*/, double /*cost*/, bool /*failed*/) : m_suspended(false) { p_actionListHookup.prev = 0; p_actionListHookup.next = 0; };