Torbjörn Andersson b5b136b177 AGOS: Silence GCC memset() warnings
Recent GCC versions complain if you memset() a class or struct that
contain non-POD data types. Get around that by either initializing
the object when created, or by adding a reset() method.
2019-07-14 14:58:18 +03:00
..
2017-10-07 12:30:29 -05:00
2019-07-14 14:58:18 +03:00
2018-07-21 09:23:06 +02:00
2014-03-05 14:27:48 +11:00
2014-03-05 14:27:48 +11:00
2016-05-24 19:49:38 +02:00
2015-06-30 18:54:10 +02:00
2019-06-03 17:06:00 +01:00
2016-04-14 16:48:02 +03:00
2016-11-29 20:15:20 +01:00
2019-04-15 08:06:39 +03:00
2019-04-15 08:06:39 +03:00
2016-05-12 14:29:53 +02:00
2019-07-14 14:58:18 +03:00