From: Arnaud Legrand Date: Thu, 3 May 2012 10:45:34 +0000 (+0200) Subject: Use this variable so that gcc does not warn anymore. X-Git-Tag: v3_7~30^2~2 X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/1dfb07cf0cdd0fa60566082c54a9612f836c5375 Use this variable so that gcc does not warn anymore. --- diff --git a/examples/msg/gpu/test_MSG_gpu_task_create.c b/examples/msg/gpu/test_MSG_gpu_task_create.c index 883f035c04..a490f15c67 100644 --- a/examples/msg/gpu/test_MSG_gpu_task_create.c +++ b/examples/msg/gpu/test_MSG_gpu_task_create.c @@ -30,7 +30,7 @@ int main(int argc, char *argv[]) mytask = MSG_gpu_task_create("testTask", 2000.0, 20.0, 20.0); - + XBT_INFO("GPU task %p was created", mytask); MSG_clean();