Commit 40739313 authored by Lioncash's avatar Lioncash
Browse files

cubeb_sink: Use static_cast instead of reinterpret_cast in DataCallback()

Conversions from void* to the proper data type are well-defined and
supported by static_cast. We don't need to use reinterpret_cast here.
parent 4d4afc15
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment