tdf#39440: fix several warnings reported by cppcheck
Change-Id: I560d28b7cc67740c6479494d0e5aa62d2ac6ffae Reviewed-on: https://gerrit.libreoffice.org/19587 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
This commit is contained in:
committed by
Thorsten Behrens
parent
ce463679a5
commit
0b018d202d
@@ -26,7 +26,7 @@ class AutoMem:
|
||||
public RecursiveASTVisitor<AutoMem>, public loplugin::Plugin
|
||||
{
|
||||
public:
|
||||
explicit AutoMem(InstantiationData const & data): Plugin(data) {}
|
||||
explicit AutoMem(InstantiationData const & data): Plugin(data), mbInsideDestructor(false) {}
|
||||
|
||||
virtual void run() override
|
||||
{
|
||||
|
Reference in New Issue
Block a user