Code

src/libcollectdclient/: Specify _XOPEN_SOURCE=600.
[collectd.git] / src / unixsock.c
index 3bdd8c27b70cd35d58cee6e89b2f4d49d00252e1..57f34501f8f0dfd423c4c1c8435ea71e9caaf2bc 100644 (file)
@@ -278,7 +278,7 @@ static void *us_handle_client (void *arg)
        return ((void *) 0);
 } /* void *us_handle_client */
 
-static void *us_server_thread (void *arg)
+static void *us_server_thread (void __attribute__((unused)) *arg)
 {
        int  status;
        int *remote_fd;