untagged-ffc550afc95a85b8d653: Fix Gcc Warning in nxsmsgsync_test.cc
csoler
released this
03 Mar 18:30
·
5017 commits
to master
since this release
/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;