From: Martin Quinson Date: Thu, 7 Aug 2014 11:05:02 +0000 (+0200) Subject: stupid old gcc. That's initialized. X-Git-Tag: v3_12~858^2 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/3dae72041b61355dd76935c667ff105f38c7925d stupid old gcc. That's initialized. --- diff --git a/examples/msg/exception/exception.c b/examples/msg/exception/exception.c index a4f6b6e21a..044b0f1f30 100644 --- a/examples/msg/exception/exception.c +++ b/examples/msg/exception/exception.c @@ -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 {