Léo Lam eafe005672
Fix -Wclass-memaccess warnings
We want to clear/memset the padding bytes, not just each member,
so using assignment or {} initialization is not an option.

To silence the warnings, cast the object pointer to u8* (which is not
undefined behavior) to make it explicit to the compiler that we want
to fill the object representation.
2020-12-16 15:37:43 +01:00
..
2020-05-13 20:53:10 +02:00
2020-12-16 15:37:43 +01:00
2016-01-17 20:11:45 -05:00
2020-12-15 02:34:25 +01:00
2020-12-15 02:34:25 +01:00
2020-11-17 21:23:58 -05:00
2017-03-26 23:08:33 -04:00
2018-04-12 21:28:39 +02:00
2015-05-25 13:22:31 +02:00
2020-12-16 15:37:43 +01:00
2020-05-13 20:53:10 +02:00
2020-11-17 21:23:58 -05:00
2016-01-17 20:11:45 -05:00
2020-11-17 21:23:58 -05:00