From: Andre Noll Date: Sat, 4 Jul 2009 14:22:44 +0000 (+0200) Subject: audioc stat: Remove __a_unused attributes from com_stat(). X-Git-Tag: v0.3.5~33 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=d97f7f0d98a83e7cd1f3a62b40d734d9ff5075b7;hp=9c0ba673964679ea7544f1de066bd3c58e176861 audioc stat: Remove __a_unused attributes from com_stat(). argc and argv _are_ used. --- 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;