Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Comment unused parameter.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Thu, 5 Dec 2013 13:44:06 +0000 (14:44 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Thu, 5 Dec 2013 21:20:04 +0000 (22:20 +0100)
Fixes compiler warning.

src/surf/workstation_ptask_L07.cpp

index d09342e..f25aa1f 100644 (file)
@@ -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)),