compiler warning fixed
This commit is contained in:
parent
13ff41722c
commit
28d9b7385f
@ -45,7 +45,7 @@ class Box : public TestBox
|
||||
|
||||
int count() const
|
||||
{
|
||||
return m_tests.size();
|
||||
return static_cast< int >( m_tests.size() );
|
||||
}
|
||||
|
||||
private:
|
||||
|
Loading…
x
Reference in New Issue
Block a user