mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-08 13:29:59 -05:00
Make gcc --std=c99 happy
We're now more or less C99 compliant
This commit is contained in:
parent
dfd706da71
commit
9133c6c935
5 changed files with 14 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ struct pa_flist {
|
|||
pa_atomic_ptr_t stored;
|
||||
/* Stack that contains empty list elements */
|
||||
pa_atomic_ptr_t empty;
|
||||
pa_flist_elem table[0];
|
||||
pa_flist_elem table[];
|
||||
};
|
||||
|
||||
/* Lock free pop from linked list stack */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue