mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-11 13:30:02 -05:00
add a few more gcc warning flags and fix quite a few problems found by doing so
This commit is contained in:
parent
047eb52b52
commit
b7026bf248
99 changed files with 810 additions and 776 deletions
|
|
@ -40,7 +40,7 @@ static void _free_rtsig(void *p) {
|
|||
pa_rtsig_put(PA_PTR_TO_INT(p));
|
||||
}
|
||||
|
||||
PA_STATIC_FLIST_DECLARE(rtsig_flist, pa_make_power_of_two(SIGRTMAX-SIGRTMIN+1), NULL);
|
||||
PA_STATIC_FLIST_DECLARE(rtsig_flist, pa_make_power_of_two((unsigned) (SIGRTMAX-SIGRTMIN+1)), NULL);
|
||||
PA_STATIC_TLS_DECLARE(rtsig_tls, _free_rtsig);
|
||||
|
||||
static pa_atomic_t rtsig_current = PA_ATOMIC_INIT(-1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue