diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-09-08 09:26:12 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-09-08 13:18:41 +0200 |
commit | 867ee21fe4c0c9216aea57850efec4de3c3fc554 (patch) | |
tree | 46d4e15dae5fe4340ccabaa00282d347170ca10c /o3tl/qa/test-cow_wrapper.cxx | |
parent | ba5670b262b46016011fc7b4ca33c90cd5a1fd6e (diff) |
clang-tidy bugprone-unused-raii in RequestHandler
The message from clang-tidy is:
warning: object destroyed immediately after creation; did you mean
to name the object?
The guard in
RequestHandler::ExecuteCmdLineRequests
comes from
commit cf333a878ceed18d0343520a2c65be69fc433b1f
Date: Sun Jan 21 22:10:09 2018 +0300
tdf#38915: set cProcessed condition on any process outcome
and I'm sure it's intention was to set the flag on exit from the
function, not immediately.
Change-Id: Ibf874a5774770df00b9db7f673554e7ffda55072
Reviewed-on: https://gerrit.libreoffice.org/60183
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Tested-by: Jenkins
Diffstat (limited to 'o3tl/qa/test-cow_wrapper.cxx')
0 files changed, 0 insertions, 0 deletions