From a5d26f86e8b30028de2acc9ca0950c30fdaa2dae Mon Sep 17 00:00:00 2001 From: Fridrich Štrba Date: Mon, 10 Jun 2013 12:45:52 +0200 Subject: Werror: labels ... not handled in switch Change-Id: Ib73d757ffb313ce365caa3f70c472f662f6d9719 --- basic/source/runtime/dllmgr-x64.cxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'basic/source/runtime/dllmgr-x64.cxx') diff --git a/basic/source/runtime/dllmgr-x64.cxx b/basic/source/runtime/dllmgr-x64.cxx index 1575226d3be8..7d3e2915b5a3 100644 --- a/basic/source/runtime/dllmgr-x64.cxx +++ b/basic/source/runtime/dllmgr-x64.cxx @@ -550,6 +550,9 @@ SbError call( *(sal_uInt64 *)&stack[17*8], *(sal_uInt64 *)&stack[18*8], *(sal_uInt64 *)&stack[19*8]); + break; + default: + break; } switch (result.GetType()) { -- cgit