mirror of
https://review.haiku-os.org/haiku
synced 2025-01-19 21:11:28 +01:00
1705656eac
A lot of these classes are not *technically* "trivially copyable" for one reason or another, but in all of these cases it seems OK to me to use memcpy/memset on them. Adding a cast to void* tells GCC that "I know what I'm doing here" and shuts up the warning.