src/rrd_daemon.c: Mark another argument as being unused.
authorFlorian Forster <octo@leeloo.home.verplant.org>
Sun, 22 Jun 2008 20:08:53 +0000 (22:08 +0200)
committerFlorian Forster <octo@leeloo.home.verplant.org>
Sun, 22 Jun 2008 20:08:53 +0000 (22:08 +0200)
src/rrd_daemon.c

index a5d95bf..5f25e15 100644 (file)
@@ -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;