morganstanley / hobbes

A language and an embedded JIT compiler
http://hobbes.readthedocs.io/
Apache License 2.0
1.16k stars 105 forks source link

satisfy warnings about memcpy usage in gcc8 #322

Closed kthielen closed 4 years ago

kthielen commented 4 years ago

This PR doesn't change any behavior, just avoids some warnings (elevated to errors) hit with gcc8 around usage of memcpy.