don't use PA_GCC_UNUSED anymore

This commit is contained in:
Lennart Poettering 2008-08-09 16:20:29 +02:00
parent 9996213c41
commit 432b4e5f7d
40 changed files with 123 additions and 123 deletions

View file

@ -53,7 +53,7 @@ static ssize_t loop_write(int fd, const void*data, size_t size) {
return ret;
}
int main(PA_GCC_UNUSED int argc, char*argv[]) {
int main(int argc, char*argv[]) {
/* The sample type to use */
static const pa_sample_spec ss = {
.format = PA_SAMPLE_S16LE,