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

@ -40,7 +40,7 @@
#define PREFIX "module-"
static void short_info(const char *name, PA_GCC_UNUSED const char *path, pa_modinfo *i) {
static void short_info(const char *name, const char *path, pa_modinfo *i) {
pa_assert(name);
pa_assert(i);