mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
don't use PA_GCC_UNUSED anymore
This commit is contained in:
parent
9996213c41
commit
432b4e5f7d
40 changed files with 123 additions and 123 deletions
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
#include "tokenizer.h"
|
||||
|
||||
static void token_free(void *p, PA_GCC_UNUSED void *userdata) {
|
||||
static void token_free(void *p, void *userdata) {
|
||||
pa_xfree(p);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue