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 d38324d9b2b9601e7e40fb36fa5a6f1cc301a7d7..670269dc0bdd646f50be3f3b5e0023ef5e9687d8 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 *gras_libdata_get(const char *name) {
   gras_procdata_t *pd=gras_procdata_get();
-  void *res;
+  void *res=NULL;
   xbt_ex_t e;
    
   TRY {
   xbt_ex_t e;
    
   TRY {