From d97f7f0d98a83e7cd1f3a62b40d734d9ff5075b7 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sat, 4 Jul 2009 16:22:44 +0200 Subject: [PATCH] audioc stat: Remove __a_unused attributes from com_stat(). argc and argv _are_ used. --- audiod_command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audiod_command.c b/audiod_command.c index fe30b247..ca1bff5b 100644 --- a/audiod_command.c +++ b/audiod_command.c @@ -166,7 +166,7 @@ int com_kill(int fd, int argc, char **argv) return ret; } -int com_stat(int fd, __a_unused int argc, __a_unused char **argv) +int com_stat(int fd, int argc, char **argv) { int i, ret; char *buf = NULL; -- 2.39.2