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
|
|
@ -294,7 +294,7 @@ struct global *pa_context_find_global(pa_context *c, uint32_t id);
|
|||
struct global *pa_context_find_global_by_name(pa_context *c, uint32_t mask, const char *name);
|
||||
struct global *pa_context_find_linked(pa_context *c, uint32_t id);
|
||||
|
||||
#define MAX_BUFFERS 64
|
||||
#define MAX_BUFFERS 64u
|
||||
#define MASK_BUFFERS (MAX_BUFFERS-1)
|
||||
|
||||
struct pa_stream {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue