projects
/
rrdtool.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f6892f
)
src/rrd_daemon.c: Mark another argument as being unused.
author
Florian Forster
<octo@leeloo.home.verplant.org>
Sun, 22 Jun 2008 20:08:53 +0000
(22:08 +0200)
committer
Florian Forster
<octo@leeloo.home.verplant.org>
Sun, 22 Jun 2008 20:08:53 +0000
(22:08 +0200)
src/rrd_daemon.c
patch
|
blob
|
history
diff --git
a/src/rrd_daemon.c
b/src/rrd_daemon.c
index
a5d95bf
..
5f25e15
100644
(file)
--- a/
src/rrd_daemon.c
+++ b/
src/rrd_daemon.c
@@
-316,7
+316,7
@@
static void *queue_thread_main (void *args __attribute__((unused))) /* {{{ */
} /* }}} void *queue_thread_main */
static int handle_request_update (int fd, /* {{{ */
- char *buffer, int buffer_size)
+ char *buffer, int buffer_size
__attribute__((unused))
)
{
char *file;
char *value;