From 4917fb20a07aa3221683c8a2112c514f44594350 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 28 Nov 2011 16:09:47 +0000 Subject: introducing GNUNET_UNUSED macro instead of hard-coding gcc attribute all over the place; also some further documentation fixes --- src/util/getopt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util') diff --git a/src/util/getopt.c b/src/util/getopt.c index 317bc0748..6c63cb339 100644 --- a/src/util/getopt.c +++ b/src/util/getopt.c @@ -258,7 +258,7 @@ extern pid_t __libc_pid; is valid for the getopt call we must make sure that the ARGV passed to getopt is that one passed to the process. */ static void - __attribute__ ((unused)) store_args_and_env (int argc, char *const *argv) + GNUNET_UNUSED store_args_and_env (int argc, char *const *argv) { /* XXX This is no good solution. We should rather copy the args so * that we can compare them later. But we must not use malloc(3). */ -- cgit v1.2.3