crunch
crunch copied to clipboard
crn_decomp: fix non-trivially copyable pointer
Fix #81:
- https://github.com/DaemonEngine/crunch/issues/81
This is the solution recommended by Clang, I don't know if it's correct.
Code LGTM but the commit message should be clarified to clearly say that it's just silencing a compiler warning, not fixing any bug.
Duplicate of:
- https://github.com/DaemonEngine/crunch/pull/84