X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a11846627b7e46427494b079e4124a1e8a10e288..234bab0555dfe251f5da7b29122d26d393e64cf6:/src/xbt/ex.c diff --git a/src/xbt/ex.c b/src/xbt/ex.c index b90fc8d331..1017b5f20c 100644 --- a/src/xbt/ex.c +++ b/src/xbt/ex.c @@ -316,7 +316,8 @@ XBT_TEST_UNIT("variables", test_variables, "variable value preservation") xbt_ex_t ex; int r1; int _XBT_GNUC_UNUSED r2; - volatile int v1, v2; + int v1; + volatile int v2; r1 = r2 = v1 = v2 = 1234; TRY {