mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
add a few missing casts
This commit is contained in:
parent
a3e57da0f0
commit
dc9b8dce30
7 changed files with 20 additions and 20 deletions
|
|
@ -2041,7 +2041,7 @@ void *pa_will_need(const void *p, size_t l) {
|
|||
return (void*) p;
|
||||
}
|
||||
|
||||
bs = PA_PAGE_ALIGN(rlim.rlim_cur);
|
||||
bs = PA_PAGE_ALIGN((size_t) rlim.rlim_cur);
|
||||
#else
|
||||
bs = PA_PAGE_SIZE*4;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue