mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-06-24 13:36:20 -04:00
before gcc 10 its not supporting pointer dereferencing in __typeof__.
so made changes according to that. Fixes #3375
clang also defines __GNUC__ and resolves '4' along with __clang__ which
resolves '1'. On any version of clang, __GNUC__ and resolves '4'.
anyway clang has this feature since version 3.
|
||
|---|---|---|
| .. | ||
| ansi.h | ||
| atomic.h | ||
| cleanup.h | ||
| defs.h | ||
| dict.h | ||
| dll.h | ||
| enum-types.h | ||
| hook.h | ||
| json-pod.h | ||
| json.h | ||
| keys.h | ||
| list.h | ||
| names.h | ||
| ratelimit.h | ||
| result.h | ||
| ringbuffer.h | ||
| string.h | ||
| type-info.h | ||
| type.h | ||