X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fa222c38f9b796be07ab4351ffc810a61a8fd705..273b2533b20dcd3ec93b159e4507d76e4a4731b8:/include/xbt/dynar.h diff --git a/include/xbt/dynar.h b/include/xbt/dynar.h index 4ca03cc365..007926ec66 100644 --- a/include/xbt/dynar.h +++ b/include/xbt/dynar.h @@ -228,7 +228,7 @@ typedef struct xbt_dynar_s { } s_xbt_dynar_t; static XBT_INLINE void -_xbt_dynar_cursor_first(const xbt_dynar_t dynar _XBT_GNUC_UNUSED, +_xbt_dynar_cursor_first(const xbt_dynar_t dynar XBT_ATTRIB_UNUSED, unsigned int *const cursor) { /* iterating over a NULL dynar is a no-op (but we don't want to have uninitialized counters) */