diff options
author | Lioncash <mathew1800@gmail.com> | 2020-09-25 17:09:59 -0400 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2020-09-25 17:10:02 -0400 |
commit | 407393130589abe4d68ab7e144a4a74fe58e1b5a (patch) | |
tree | 26b8c3074a95c670757e29c2a727ebafe8cbcc0e /src/input_common/sdl/sdl_impl.cpp | |
parent | 4d4afc150294483e6090626022be55b1dfdfd498 (diff) |
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.
Diffstat (limited to 'src/input_common/sdl/sdl_impl.cpp')
0 files changed, 0 insertions, 0 deletions