mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-03-19 05:33:49 -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 == '}');
| ^~
|
||
|---|---|---|
| .. | ||
| buffer | ||
| control | ||
| debug | ||
| filter-graph | ||
| graph | ||
| interfaces/audio | ||
| monitor | ||
| node | ||
| param | ||
| pod | ||
| support | ||
| utils | ||