Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Replace INFO0+bprintf by INFO6
[simgrid.git] / src / dynar_unit.c
index f520530..c4fa36a 100644 (file)
@@ -8,7 +8,7 @@
 /* GENERATED FILE, DO NOT EDIT */
 /*******************************/
 
-#line 753 "xbt/dynar.c" 
+#line 765 "xbt/dynar.c" 
 
 #define NB_ELEM 5000
 
@@ -173,7 +173,8 @@ XBT_TEST_UNIT("int", test_dynar_int, "Dynars of integers")
 XBT_TEST_UNIT("insert",test_dynar_insert,"Using the xbt_dynar_insert and xbt_dynar_remove functions")
 {
   xbt_dynar_t d = xbt_dynar_new(sizeof(int), NULL);
-  unsigned int cursor,cpt;
+  unsigned int cursor;
+  int cpt;
 
   xbt_test_add1("==== Insert %d int, traverse them, remove them",NB_ELEM);
   /* Populate_ints [doxygen cruft] */