enable warning 4296: 'operator': expression is always false
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -51,7 +51,7 @@ namespace GraphModelIntegrationTest
|
||||
|
||||
GraphModel::DataTypePtr TestGraphContext::GetDataType(GraphModel::DataType::Enum typeEnum) const
|
||||
{
|
||||
if (0 <= typeEnum && typeEnum < m_dataTypes.size())
|
||||
if (typeEnum < m_dataTypes.size())
|
||||
{
|
||||
return m_dataTypes[typeEnum];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user