diff options
author | Lennart Poettering <lennart@poettering.net> | 2008-08-09 16:20:29 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2008-08-09 16:20:29 +0200 |
commit | 432b4e5f7d9ea722d13bbe4c117a4f9b78091e4f (patch) | |
tree | 03d3deb072ee4ff042821972182279aeb30ce767 /src/pulsecore/module.c | |
parent | 9996213c411e1d90940758d2c91b4d50517a30f2 (diff) |
don't use PA_GCC_UNUSED anymore
Diffstat (limited to 'src/pulsecore/module.c')
-rw-r--r-- | src/pulsecore/module.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulsecore/module.c b/src/pulsecore/module.c index dbafa8c9..cf337465 100644 --- a/src/pulsecore/module.c +++ b/src/pulsecore/module.c @@ -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; |