--- rpl/src/instructions_s8.c 2012/04/13 14:13:00 1.46 +++ rpl/src/instructions_s8.c 2012/08/22 10:47:17 1.49 @@ -1,6 +1,6 @@ /* ================================================================================ - RPL/2 (R) version 4.1.8 + RPL/2 (R) version 4.1.10 Copyright (C) 1989-2012 Dr. BERTRAND Joël This file is part of RPL/2. @@ -375,7 +375,7 @@ instruction_send(struct_processus *s_eta } } - tid = -3; + tid = (pthread_t) -3; attente.tv_sec = 0; attente.tv_nsec = GRANULARITE_us * 1000; @@ -627,7 +627,7 @@ instruction_send(struct_processus *s_eta } else { - tid = -1; + tid = (pthread_t) -1; attente.tv_sec = 0; attente.tv_nsec = GRANULARITE_us * 1000;