projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c0ba67
)
audioc stat: Remove __a_unused attributes from com_stat().
author
Andre Noll
<maan@systemlinux.org>
Sat, 4 Jul 2009 14:22:44 +0000
(16:22 +0200)
committer
Andre Noll
<maan@systemlinux.org>
Sat, 4 Jul 2009 14:22:44 +0000
(16:22 +0200)
argc and argv _are_ used.
audiod_command.c
patch
|
blob
|
history
diff --git
a/audiod_command.c
b/audiod_command.c
index
fe30b24
..
ca1bff5
100644
(file)
--- 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;