Use reinterpret_cast<void+> for memcpy to show gcc memory access by design

Authored by kossebau on Jul 5 2019, 10:02 AM.

Description

Use reinterpret_cast<void+> for memcpy to show gcc memory access by design

gcc otherwise with -Wclass-memaccess is triggered to warn about writing
into memory of a class with non-trivial data structure (given defined
constructors/assignement operators).

Details

Committed
kossebauJul 5 2019, 10:02 AM
Parents
R32:f322936fbf63: Merge branch '5.3'
Branches
Unknown
Tags
Unknown