]> granicus.if.org Git - gc/commit
Eliminate CSA warning of non-virtual destructor in test_cpp base class
authorIvan Maidanski <ivmai@mail.ru>
Fri, 21 Jul 2017 15:32:22 +0000 (18:32 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 7 Aug 2017 22:07:43 +0000 (01:07 +0300)
commitc02364b8e610bc23edea29aaab68986eab3420bc
tree4de9648353771e365acea09ac67330b6f052d374
parent2247678c1c2458dace4310f82b083423904ee744
Eliminate CSA warning of non-virtual destructor in test_cpp base class

* tests/test_cpp.cc (B::~B): Make the destructor virtual.
tests/test_cpp.cc