projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
361f001
)
write_log plugin: mark unused attribute as unused
author
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Sat, 13 Aug 2016 13:58:04 +0000
(15:58 +0200)
committer
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Sat, 13 Aug 2016 13:58:59 +0000
(15:58 +0200)
src/write_log.c
patch
|
blob
|
history
diff --git
a/src/write_log.c
b/src/write_log.c
index
7260615
..
b0dc6f1
100644
(file)
--- a/
src/write_log.c
+++ b/
src/write_log.c
@@
-59,7
+59,7
@@
static int wl_write_messages (const data_set_t *ds, const value_list_t *vl)
} /* int wl_write_messages */
static int wl_write (const data_set_t *ds, const value_list_t *vl,
- user_data_t *user_data)
+
__attribute__ ((unused))
user_data_t *user_data)
{
int status;