Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
update 1 pass
[simgrid.git] / src / surf / network_gtnets.c
index 02d05c8..d6fe8a9 100644 (file)
@@ -269,7 +269,7 @@ static void parse_route_set_onehop_route(void)
 static void add_route()
 {
   xbt_ex_t e;
-  int cpt = 0;    
+  unsigned int cpt = 0;    
   int i = 0;
 
   nb_link = xbt_dynar_length(links);