haiku/headers/private/debugger
Augustin Cavalier 1705656eac Add (void*) casts to memcpy/memset invocations to appease GCC 8.
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.
2019-05-24 14:21:37 -04:00
..
arch
controllers
debug_info
debug_managers
elf
files
ids
model
settings
source_language
target_host_interface
types Add (void*) casts to memcpy/memset invocations to appease GCC 8. 2019-05-24 14:21:37 -04:00
user_interface
util
value
DebuggerGlobals.h
MessageCodes.h
Tracing.h