X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/eb3be59d63b0d199fa3f32b5a22553e44cfb917a..272ccad1b68b6d9c17069f3c934886925bb15b5d:/src/gras/Msg/rpc.c diff --git a/src/gras/Msg/rpc.c b/src/gras/Msg/rpc.c index 9dd7549b5f..53fffc3d57 100644 --- a/src/gras/Msg/rpc.c +++ b/src/gras/Msg/rpc.c @@ -198,7 +198,7 @@ void gras_msg_rpc_async_wait(gras_msg_cb_ctx_t ctx, void *answer) __xbt_running_ctx_fetch()->exception.func = e.func; __xbt_running_ctx_fetch()->exception.used = e.used; __xbt_running_ctx_fetch()->exception.bt_strings = e.bt_strings; - memset(&__xbt_running_ctx_fetch()->exception.bt, 0, + memset((void*)&__xbt_running_ctx_fetch()->exception.bt, 0, sizeof(__xbt_running_ctx_fetch()->exception.bt)); DO_THROW(__xbt_running_ctx_fetch()); }