mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-25 08:57:14 -05:00
On glibc, `pthread_t` is `unsigned long int` while on musl it has a pointer type. To avoid format string warnings, cast it to `void *` and use the `%p` format specifier. |
||
|---|---|---|
| .. | ||
| examples | ||
| jack | ||
| src | ||
| meson.build | ||