From 3dae72041b61355dd76935c667ff105f38c7925d Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Thu, 7 Aug 2014 13:05:02 +0200 Subject: [PATCH] stupid old gcc. That's initialized. --- examples/msg/exception/exception.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.20.1