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
..
2019-07-14 14:58:18 +03:00
2018-07-21 09:23:06 +02:00
2019-06-03 17:06:00 +01:00
2019-04-15 08:06:39 +03:00
2019-04-15 08:06:39 +03:00
2019-07-14 14:58:18 +03:00