fix signed and unsigned comparisons

This commit is contained in:
Wim Taymans 2019-01-07 15:04:34 +01:00
parent 9062145e13
commit 89fb73a949
5 changed files with 25 additions and 21 deletions

View file

@ -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 {