pipewire/spa
Barnabás Pőcze 0e0a2627aa treewide: print pthread_t as a pointer
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.
2023-02-25 20:45:28 +01:00
..
examples treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
include treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
plugins treewide: print pthread_t as a pointer 2023-02-25 20:45:28 +01:00
tests treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
tools treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
meson.build alsa-compress-offload-sink: major sink rework 2023-02-24 14:15:13 +01:00