Reimplement fifo as a proper lock free SCSP ring buffer #17610
Annotations
11 errors
|
Build:
src/encoder/encoderfdkaac.cpp#L372
cannot initialize a parameter of type 'int *' with an rvalue of type 'ring_buffer_size_t *' (aka 'long *')
|
Build:
src/soundio/sounddevicenetwork.cpp#L153
cannot initialize a parameter of type 'int *' with an rvalue of type 'ring_buffer_size_t *' (aka 'long *')
|
Build:
src/soundio/sounddevicenetwork.cpp#L182
cannot initialize a parameter of type 'int *' with an rvalue of type 'ring_buffer_size_t *' (aka 'long *')
|
Build:
src/soundio/sounddevicenetwork.cpp#L208
cannot initialize a parameter of type 'int *' with an rvalue of type 'ring_buffer_size_t *' (aka 'long *')
|
Build:
src/soundio/sounddevicenetwork.cpp#L253
cannot initialize a parameter of type 'int *' with an rvalue of type 'ring_buffer_size_t *' (aka 'long *')
|
Build:
src/soundio/sounddevicenetwork.cpp#L275
cannot initialize a parameter of type 'int *' with an rvalue of type 'ring_buffer_size_t *' (aka 'long *')
|
Build:
src/soundio/sounddevicenetwork.cpp#L418
cannot initialize a parameter of type 'int *' with an rvalue of type 'ring_buffer_size_t *' (aka 'long *')
|
Build:
src/soundio/sounddeviceportaudio.cpp#L292
cannot initialize a parameter of type 'int *' with an rvalue of type 'ring_buffer_size_t *' (aka 'long *')
|
Build:
src/soundio/sounddeviceportaudio.cpp#L308
cannot initialize a parameter of type 'int *' with an rvalue of type 'ring_buffer_size_t *' (aka 'long *')
|
Build:
src/soundio/sounddeviceportaudio.cpp#L471
cannot initialize a parameter of type 'int *' with an rvalue of type 'ring_buffer_size_t *' (aka 'long *')
|
Loading