Various minor loplugin fixes (macOS ARM64), redux
Change-Id: I720dde70c6f6ca6c25d7b430f117ea578a25f34e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107922 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
This commit is contained in:
@@ -145,7 +145,7 @@ bool ReservedId::VisitNamedDecl(NamedDecl const * decl) {
|
||||
}
|
||||
auto filename = getFilenameOfLocation(spelLoc);
|
||||
if (loplugin::hasPathnamePrefix(filename, SRCDIR "/bridges/source/cpp_uno/")
|
||||
&& filename.endswith("share.hxx"))
|
||||
&& (filename.endswith("abi.hxx") || filename.endswith("share.hxx")))
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user