Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make sure that the code still compiles with the freaking paranoid gcc warning options...
[simgrid.git] / src / gras / DataDesc / ddt_exchange.c
index 2f3b44ee6f11297be2396ddb270a2033cdba382a..15c9a658a05fbd3224c050369cd9e8bcd11bc092 100644 (file)
@@ -359,7 +359,7 @@ int gras_datadesc_copy(gras_datadesc_type_t type,
   xbt_ex_t e;
   gras_cbps_t  state;
   xbt_dict_t  refs; /* all references already sent */
-  int size;
+  int size=0;
  
   xbt_assert0(type,"called with NULL type descriptor");