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 / Virtu / process.c
index d38324d..670269d 100644 (file)
@@ -71,7 +71,7 @@ void gras_userdata_set(void *ud) {
 
 void *gras_libdata_get(const char *name) {
   gras_procdata_t *pd=gras_procdata_get();
-  void *res;
+  void *res=NULL;
   xbt_ex_t e;
    
   TRY {