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

@ -48,7 +48,7 @@
#define UNLOAD_POLL_TIME 2
static void timeout_callback(pa_mainloop_api *m, pa_time_event*e, PA_GCC_UNUSED const struct timeval *tv, void *userdata) {
static void timeout_callback(pa_mainloop_api *m, pa_time_event*e, const struct timeval *tv, void *userdata) {
pa_core *c = PA_CORE(userdata);
struct timeval ntv;