mirror of
https://github.com/catchorg/Catch2.git
synced 2025-11-03 00:22:03 +01:00
Addressed some warnings (mostly MSVC)
This commit is contained in:
@@ -102,6 +102,9 @@ namespace Catch {
|
||||
}
|
||||
|
||||
private:
|
||||
RunningTest( RunningTest const& );
|
||||
void operator=( RunningTest const& );
|
||||
|
||||
const TestCase& m_info;
|
||||
RunStatus m_runStatus;
|
||||
RunningSection m_rootSection;
|
||||
|
||||
Reference in New Issue
Block a user