mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-17 21:34:10 -05:00
![Phenom](/assets/img/avatar_default.png)
/trunk/tests/unittests/libretroshare/gxs/nxs_test/nxsmsgsync_test.cc:28: warning: deleting object of abstract class type ‘RsGixsReputation’ which has non-virtual destructor will cause undefined behavior [-Wdelete-non- virtual-dtor] delete mRep ; /trunk/tests/unittests/libretroshare/gxs/nxs_test/nxsmsgsync_test.cc:29: warning: deleting object of abstract class type ‘RsGcxs’ which has non- virtual destructor will cause undefined behavior [-Wdelete-non-virtual- dtor] delete mCircles; /trunk/tests/unittests/libretroshare/gxs/nxs_test/nxsmsgsync_test.cc:30: warning: deleting object of abstract class type ‘PgpAuxUtils’ which has non-virtual destructor will cause undefined behavior [-Wdelete-non- virtual-dtor] delete mPgpUtils;