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 2f3b44e..15c9a65 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");