mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-04-24 06:46:37 -04:00
Fixes the following warning:
/usr/include/spa-0.2/spa/utils/json-core.h: In function ‘spa_json_is_container_end’:
/usr/include/spa-0.2/spa/utils/json-core.h:404:41: warning: logical ‘or’ of equal expressions [-Wlogical-op]
404 | return len > 0 && (*val == '}' || *val == '}');
| ^~
|
||
|---|---|---|
| .. | ||
| ansi.h | ||
| atomic.h | ||
| cleanup.h | ||
| defs.h | ||
| dict.h | ||
| dll.h | ||
| endian.h | ||
| enum-types.h | ||
| hook.h | ||
| json-builder.h | ||
| json-core.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 | ||