commit | b23dea4421005cd793018b5b4c18e39faa34fafa | [log] [tgz] |
---|---|---|
author | Edward Hervey <edward@centricular.com> | Fri May 11 09:54:22 2018 +0200 |
committer | Sebastian Dröge <sebastian@centricular.com> | Wed Aug 08 13:43:24 2018 +0200 |
tree | c19afb70d23fee270b1a62a37e3a1c70d780af93 | |
parent | 23f5c02ce1d21e02feff93111fff2d370bb089fe [diff] |
opencv: Fix memcpy within C++ Explicitly cast to void* because GCC 8 is (rightfully) upset that this is "writing to an object of type ‘...’ with no trivial copy-assignment". Caused by the new "class-memaccess" warning