qt5base-lts/tests/auto/corelib/tools/qscopeguard
Kari Oikarinen 315c2c468e tst_QScopeGuard: Remove unused lambda capture
qt5/qtbase/tests/auto/corelib/tools/qscopeguard/tst_qscopeguard.cpp💯38:
      warning: lambda capture 'caught' is not used [-Wunused-lambda-capture]
        auto cleanup = qScopeGuard([&caught] { s_globalState++; });
                                    ~^~~~~~

Change-Id: I0d9b85896594f3ea35c8003846d4ac7ab5e33d16
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2019-11-19 18:33:43 +02:00
..
qscopeguard.pro Introduce QScopeGuard 2018-07-21 17:47:35 +00:00
tst_qscopeguard.cpp tst_QScopeGuard: Remove unused lambda capture 2019-11-19 18:33:43 +02:00