From: Arnaud Giersch Date: Thu, 5 Dec 2013 13:44:06 +0000 (+0100) Subject: Comment unused parameter. X-Git-Tag: v3_11_beta~191 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/a92872978cf9cc16a34a4a8ea0c9d0866187decc?hp=394d790961459053cff58a1c472a363e68bed9a6 Comment unused parameter. Fixes compiler warning. --- diff --git a/src/surf/workstation_ptask_L07.cpp b/src/surf/workstation_ptask_L07.cpp index d09342ec5f..f25aa1f83c 100644 --- a/src/surf/workstation_ptask_L07.cpp +++ b/src/surf/workstation_ptask_L07.cpp @@ -250,7 +250,7 @@ ResourcePtr WorkstationL07Model::createResource(const char *name, double /*power tmgr_trace_t /*power_trace*/, e_surf_resource_state_t /*state_initial*/, tmgr_trace_t /*state_trace*/, - xbt_dict_t cpu_properties) + xbt_dict_t /*cpu_properties*/) { WorkstationL07Ptr wk = NULL; xbt_assert(!surf_workstation_resource_priv(surf_workstation_resource_by_name(name)),