]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
audioc stat: Remove __a_unused attributes from com_stat().
authorAndre Noll <maan@systemlinux.org>
Sat, 4 Jul 2009 14:22:44 +0000 (16:22 +0200)
committerAndre Noll <maan@systemlinux.org>
Sat, 4 Jul 2009 14:22:44 +0000 (16:22 +0200)
argc and argv _are_ used.

audiod_command.c

index fe30b2476e6dd99738325df1fccb4c34d646d3b4..ca1bff5b807de5b75b833740bc5ac84c90345bb5 100644 (file)
@@ -166,7 +166,7 @@ int com_kill(int fd, int argc, char **argv)
        return ret;
 }
 
        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;
 {
        int i, ret;
        char *buf = NULL;