mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04: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 | ||