mirror of https://github.com/yuzu-mirror/yuzu
hle: ipc_helpers: Ignore -Wclass-memaccess
This warning is triggered by GCC when copying into non-trivially default constructible types, as it uses the more restrictive std::is_trivial (which includes std::is_trivially_default_constructible) to determine whether memcpy is safe instead of std::is_trivially_copyable.pull/8/head
parent
ee0547e4c4
commit
f0340b8d22
Loading…
Reference in New Issue