Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
stupid old gcc. That's initialized.
[simgrid.git] / examples / msg / exception / exception.c
index a4f6b6e..044b0f1 100644 (file)
@@ -29,7 +29,7 @@ static int victim(int argc, char *argv[]) {
     xbt_ex_free(e);
   }
 
-  msg_error_t res;
+  msg_error_t res = MSG_OK;
   int gotit = 0;
   XBT_INFO("Let's sleep for 10 seconds.");
   TRY {