X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/28551df49f16fc1f6be375bf3e7ea14e9669f09d..eedb2cc3ca50a8eeb8cd83dc7c01df75e3bf7989:/src/msg/msg_process.cpp diff --git a/src/msg/msg_process.cpp b/src/msg/msg_process.cpp index 5b0d531421..5d588bdf95 100644 --- a/src/msg/msg_process.cpp +++ b/src/msg/msg_process.cpp @@ -168,7 +168,7 @@ msg_process_t MSG_process_create_with_environment(const char *name, /* The TRACE process is created before the SIMIX one * to avoid issues when SIMIX decides to start the new * process right now (before returning the flow control). */ - int next_pid = SIMIX_process_get_maxpid(); + unsigned int next_pid = SIMIX_process_get_maxpid(); TRACE_msg_process_create(name, next_pid, host); /* Let's create the process: SIMIX may decide to start it right now,