summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/core.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-08-09 16:20:29 +0200
committerLennart Poettering <lennart@poettering.net>2008-08-09 16:20:29 +0200
commit432b4e5f7d9ea722d13bbe4c117a4f9b78091e4f (patch)
tree03d3deb072ee4ff042821972182279aeb30ce767 /src/pulsecore/core.c
parent9996213c411e1d90940758d2c91b4d50517a30f2 (diff)
don't use PA_GCC_UNUSED anymore
Diffstat (limited to 'src/pulsecore/core.c')
-rw-r--r--src/pulsecore/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulsecore/core.c b/src/pulsecore/core.c
index 5c594b02..b9f04b68 100644
--- a/src/pulsecore/core.c
+++ b/src/pulsecore/core.c
@@ -200,7 +200,7 @@ static void core_free(pa_object *o) {
pa_xfree(c);
}
-static void exit_callback(pa_mainloop_api*m, pa_time_event *e, PA_GCC_UNUSED const struct timeval *tv, void *userdata) {
+static void exit_callback(pa_mainloop_api*m, pa_time_event *e, const struct timeval *tv, void *userdata) {
pa_core *c = userdata;
pa_assert(c->exit_event == e);