mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
fix signed and unsigned comparisons
This commit is contained in:
parent
9062145e13
commit
89fb73a949
5 changed files with 25 additions and 21 deletions
|
|
@ -65,7 +65,9 @@ static GSourceFuncs source_funcs =
|
|||
source_prepare,
|
||||
NULL,
|
||||
source_dispatch,
|
||||
NULL
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
};
|
||||
|
||||
pa_glib_mainloop *pa_glib_mainloop_new(GMainContext *c)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue