File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/lib/ruckig/third_party/doctest Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1469,7 +1469,7 @@ class ExceptionTranslator : public IExceptionTranslator //! OCLINT destructor o
1469
1469
res = m_translateFunction (ex); // ! OCLINT parameter reassignment
1470
1470
return true ;
1471
1471
} catch (...) {
1472
- } // ! OCLINT - empty catch statement
1472
+ } // ! OCLINT - empty catch statement
1473
1473
#endif // DOCTEST_CONFIG_NO_EXCEPTIONS
1474
1474
static_cast <void >(res); // to silence -Wunused-parameter
1475
1475
return false ;
@@ -6459,7 +6459,7 @@ int Context::run() {
6459
6459
#ifndef DOCTEST_CONFIG_NO_EXCEPTIONS
6460
6460
try {
6461
6461
#endif // DOCTEST_CONFIG_NO_EXCEPTIONS
6462
- // MSVC 2015 diagnoses fatalConditionHandler as unused (because reset() is a static method)
6462
+ // MSVC 2015 diagnoses fatalConditionHandler as unused (because reset() is a static method)
6463
6463
DOCTEST_MSVC_SUPPRESS_WARNING_WITH_PUSH (4101 ) // unreferenced local variable
6464
6464
FatalConditionHandler fatalConditionHandler; // Handle signals
6465
6465
// execute the test
You can’t perform that action at this time.
0 commit comments