coverity#1187666 Mixing enum types
they both have the same value, so it doesn't matter much Change-Id: Ic001cd2824248db8577dc69e240c46ec09d023ae
This commit is contained in:
@@ -467,7 +467,7 @@ static sal_uInt32 checkConstValue(Options_Impl const & options,
|
||||
{
|
||||
switch (constValue1.m_type)
|
||||
{
|
||||
case RT_TYPE_INVALID:
|
||||
case RT_TYPE_NONE:
|
||||
break;
|
||||
case RT_TYPE_BOOL:
|
||||
if (constValue1.m_value.aBool != constValue2.m_value.aBool)
|
||||
|
Reference in New Issue
Block a user