mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-03-10 05:33:54 -04:00
In file included from spa/tests/test-cpp.cpp:49:
../spa/include/spa/param/latency-utils.h: In function ‘int spa_latency_parse(const spa_pod*, spa_latency_info*)’:
../spa/include/spa/param/latency-utils.h:95:25: error: invalid conversion from ‘int’ to ‘spa_direction’ [-fpermissive]
95 | info->direction &= 1;
| ~~~~~~~~~~~~~~~~^~~~
| |
| int
|
||
|---|---|---|
| .. | ||
| audio | ||
| bluetooth | ||
| video | ||
| format-utils.h | ||
| format.h | ||
| latency-utils.h | ||
| param.h | ||
| profiler.h | ||
| props.h | ||
| type-info.h | ||