Remove warning
This commit is contained in:
parent
1e22626b78
commit
063d6b5ecb
@ -869,7 +869,7 @@ void cmCursesMainForm::HandleInput()
|
||||
key >= '0' && key <= '9' ||
|
||||
key == '_' )
|
||||
{
|
||||
if ( m_SearchString.size() < x-10 )
|
||||
if ( m_SearchString.size() < static_cast<std::string::size_type>(x-10) )
|
||||
{
|
||||
m_SearchString += key;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user