mirror of
https://github.com/catchorg/Catch2.git
synced 2025-09-16 18:15:42 +02:00
Fix compiler warnings
Fix base classes without virtual destructors and missing initialisors.
This commit is contained in:
@@ -38,6 +38,7 @@ namespace Catch
|
||||
void operator = ( const NonCopyable& );
|
||||
protected:
|
||||
NonCopyable(){}
|
||||
virtual ~NonCopyable() {}
|
||||
};
|
||||
|
||||
typedef char NoType;
|
||||
|
Reference in New Issue
Block a user