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

@ -34,7 +34,7 @@
#include "subscribe.h"
void pa_command_subscribe_event(pa_pdispatch *pd, uint32_t command, PA_GCC_UNUSED uint32_t tag, pa_tagstruct *t, void *userdata) {
void pa_command_subscribe_event(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstruct *t, void *userdata) {
pa_context *c = userdata;
pa_subscription_event_type_t e;
uint32_t idx;