coverity#1187652 Dead default in switch
Change-Id: Ieedec800955c0785b73caf52ff242b54246b653f
This commit is contained in:
@@ -1058,8 +1058,6 @@ void ConfigurationAccess_WindowState::impl_fillStructFromSequence( WindowStateIn
|
|||||||
case PROPERTY_CONTEXTACTIVE:
|
case PROPERTY_CONTEXTACTIVE:
|
||||||
rWinStateInfo.bContextActive = bValue;
|
rWinStateInfo.bContextActive = bValue;
|
||||||
break;
|
break;
|
||||||
default:
|
|
||||||
DBG_ASSERT( false, "Unknown boolean property in WindowState found!" );
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user