diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2021-12-17 23:53:34 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2021-12-18 07:42:35 +0100 |
commit | 5804d0a2b94b34ca9cdfb8f75065d008f582be7e (patch) | |
tree | 039a115a055db8ddfb679400a6fff78be111611e /extensions/source | |
parent | 1addd8c104f6ad390bdd0ca61cd5ce97b55ce218 (diff) |
Fix loplugin:unusedvariablecheck
...after a214369f14d3f53d45b1889827057882c0ffd62e "loplugin:unusedvariablecheck
improve", so that it doesn't cause false positives for
> CoIfPtr<IADsADSystemInfo> aADsysGuard(pADsys);
and
> CoIfPtr<IADsUser> pUserGuard(pUser);
in (Windows-only) extensions/source/config/WinUserInfo/WinUserInfoBe.cxx, where
the CoIfPtr default constructor is
> CoIfPtr(If* p = nullptr)
Change-Id: I6107fa8d8aa7244b2fc5c50df2baea5096d46214
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127017
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'extensions/source')
0 files changed, 0 insertions, 0 deletions