diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2017-11-09 09:32:24 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2017-11-09 15:27:21 +0100 |
commit | e689cf1e353055b9b2bd597006827d4c4e7b13a0 (patch) | |
tree | 3ad20617ec78f6c640d7fdcbe3d35354be312e72 /compilerplugins/clang | |
parent | 82ccc1a02ed3d423552c4c3a58dfb4a23a9942ae (diff) |
connectivity: fix loplugin:datamembershadow warning in the Calc driver
Change-Id: Idcc6b1734599eec5d9eefbefb8849dc050b6a9d6
Reviewed-on: https://gerrit.libreoffice.org/44522
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'compilerplugins/clang')
-rw-r--r-- | compilerplugins/clang/datamembershadow.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compilerplugins/clang/datamembershadow.cxx b/compilerplugins/clang/datamembershadow.cxx index f1b9b4398473..cc2ec7675b8d 100644 --- a/compilerplugins/clang/datamembershadow.cxx +++ b/compilerplugins/clang/datamembershadow.cxx @@ -48,8 +48,6 @@ bool DataMemberShadow::VisitFieldDecl(FieldDecl const * fieldDecl) // FIXME complex stuff to fix later - if (loplugin::isSamePathname(aFileName, SRCDIR "/connectivity/source/inc/calc/CTable.hxx")) - return true; if (loplugin::hasPathnamePrefix(aFileName, SRCDIR "/chart2/source/")) return true; if (loplugin::isSamePathname(aFileName, SRCDIR "/cppcanvas/source/mtfrenderer/emfplus.cxx")) |