From 70452c4e85fdaf926e355031f83ef66273551e74 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Tue, 5 Feb 2013 11:10:00 +0100 Subject: [PATCH] Mark parameter as unused. --- include/xbt/dynar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/xbt/dynar.h b/include/xbt/dynar.h index 79b590d6d0..4f89ad162f 100644 --- a/include/xbt/dynar.h +++ b/include/xbt/dynar.h @@ -227,7 +227,7 @@ typedef struct xbt_dynar_s { } s_xbt_dynar_t; static XBT_INLINE void -_xbt_dynar_cursor_first(const xbt_dynar_t dynar, +_xbt_dynar_cursor_first(const xbt_dynar_t dynar _XBT_GNUC_UNUSED, unsigned int *const cursor) { /* iterating over a NULL dynar is a no-op (but we don't want to have uninitialized counters) */ -- 2.20.1