Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
update 1 pass
[simgrid.git] / src / surf / network.c
index 42f92ce..c63e89d 100644 (file)
@@ -195,7 +195,7 @@ static void add_route()
 {
   xbt_ex_t e;
   int nb_link = 0;
-  int cpt = 0;    
+  unsigned int cpt = 0;    
   int link_list_capacity = 0;
   link_CM02_t *link_list = NULL;