X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/40d3b67a85d3234e873dd757fa6d863d58707534..b6e0974be6616f62aa724f7ec7ad1cff1b421e1e:/src/surf/storage.hpp diff --git a/src/surf/storage.hpp b/src/surf/storage.hpp index 874bb1a767..4692baf130 100644 --- a/src/surf/storage.hpp +++ b/src/surf/storage.hpp @@ -102,7 +102,7 @@ typedef enum { class StorageAction : virtual public Action { public: StorageAction(){}; - StorageAction(ModelPtr model, double cost, bool failed, StoragePtr storage, e_surf_action_storage_type_t type) + StorageAction(ModelPtr /*model*/, double /*cost*/, bool /*failed*/, StoragePtr storage, e_surf_action_storage_type_t type) : p_storage(storage), m_type(type) {};