mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-12 13:30:15 -05:00
fix more compile errors
Avoid void * arithmetic Do explicit casts to target type to make c++ happy
This commit is contained in:
parent
3fa2ad33e4
commit
b0f4be5fbc
26 changed files with 175 additions and 159 deletions
|
|
@ -41,6 +41,7 @@ enum spa_control_type {
|
|||
SPA_CONTROL_Invalid,
|
||||
SPA_CONTROL_Properties,
|
||||
SPA_CONTROL_Midi,
|
||||
SPA_CONTROL_LAST, /**< not part of ABI */
|
||||
};
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue