projects
/
liboping.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f1621d
)
src/oping.c: Mark unused argument to avoid compiler warnings.
author
Florian Forster
<octo@leeloo.lan.home.verplant.org>
Wed, 17 Nov 2010 09:02:56 +0000
(10:02 +0100)
committer
Florian Forster
<octo@leeloo.lan.home.verplant.org>
Wed, 17 Nov 2010 09:02:56 +0000
(10:02 +0100)
src/oping.c
patch
|
blob
|
history
diff --git
a/src/oping.c
b/src/oping.c
index
8286db0
..
7058ac0
100644
(file)
--- 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;