From: Florian Forster Date: Wed, 17 Nov 2010 09:02:56 +0000 (+0100) Subject: src/oping.c: Mark unused argument to avoid compiler warnings. X-Git-Tag: liboping-1.5.1~1 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=b87c48d5f2b5120d580e3e0527b6c9b04d9b64ba;p=liboping.git src/oping.c: Mark unused argument to avoid compiler warnings. --- diff --git a/src/oping.c b/src/oping.c index 8286db0..7058ac0 100644 --- a/src/oping.c +++ b/src/oping.c @@ -819,7 +819,7 @@ static int post_sleep_hook (__attribute__((unused)) pingobj_t *ping) /* {{{ */ #endif static void update_host_hook (pingobj_iter_t *iter, /* {{{ */ - int index) + __attribute__((unused)) int index) { double latency; unsigned int sequence;