pipewire/src
Barnabás Pőcze d776d378cd pipewire: module-protocol-simple: cast argument of accept4()
With glibc omitting the cast does not trigger a warning because
glibc uses GCC's `transparent_union` attribute. musl does not
do that, so to avoid getting warnings there, add the cast.

https://gcc.gnu.org/onlinedocs/gcc/Common-Type-Attributes.html#index-transparent_005funion-type-attribute
2023-02-25 20:21:45 +01:00
..
daemon treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
examples treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
gst gstpipewiresrc: Set stream error on caps negotiation failure 2023-02-23 11:58:52 +00:00
modules pipewire: module-protocol-simple: cast argument of accept4() 2023-02-25 20:21:45 +01:00
pipewire utils: handle random_r fallback 2023-02-22 16:48:04 +01:00
tests treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
tools pw-cat: Keep track of excess playtime when playing encoded audio 2023-02-24 14:15:13 +01:00
meson.build treewide: meson.build: use feature.allowed() 2022-02-04 00:15:59 +01:00