From 65f8ce6d94e7fc4583f5c62980d63e1a329af7c8 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 25 Mar 2014 09:42:50 +0000 Subject: coverity#1187652 Dead default in switch Change-Id: Ieedec800955c0785b73caf52ff242b54246b653f --- framework/source/uiconfiguration/windowstateconfiguration.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'framework/source') diff --git a/framework/source/uiconfiguration/windowstateconfiguration.cxx b/framework/source/uiconfiguration/windowstateconfiguration.cxx index 4934d79eda54..68472a4b5db1 100644 --- a/framework/source/uiconfiguration/windowstateconfiguration.cxx +++ b/framework/source/uiconfiguration/windowstateconfiguration.cxx @@ -1058,8 +1058,6 @@ void ConfigurationAccess_WindowState::impl_fillStructFromSequence( WindowStateIn case PROPERTY_CONTEXTACTIVE: rWinStateInfo.bContextActive = bValue; break; - default: - DBG_ASSERT( false, "Unknown boolean property in WindowState found!" ); } } } -- cgit