]> AND Public Git Repository - simgrid.git/blobdiff - src/xbt/set.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
split windows and linux backtrace setup out of the main exception file
[simgrid.git] / src / xbt / set.c
index 4230a6cd8e6e6b5bc2138a45fe44d2f60b9a1b15..25c836472376069585a688d6c930ebb1512c4be0 100644 (file)
@@ -230,7 +230,7 @@ unsigned long xbt_set_length (const xbt_set_t set) {
  ***/
 typedef struct xbt_set_cursor_ {
   xbt_set_t set;
-  int val;
+  unsigned int val;
 } s_xbt_set_cursor_t;
 
 /** @brief Create the cursor if it does not exists, rewind it in any case. */