mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-11 13:30:02 -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
|
|
@ -158,7 +158,7 @@ void pa_autoload_request(pa_core *c, const char *name, pa_namereg_type_t type) {
|
|||
e->in_action = 0;
|
||||
}
|
||||
|
||||
static void free_func(void *p, PA_GCC_UNUSED void *userdata) {
|
||||
static void free_func(void *p, void *userdata) {
|
||||
pa_autoload_entry *e = p;
|
||||
pa_idxset_remove_by_data(e->core->autoload_idxset, e, NULL);
|
||||
entry_free(e);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue