diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2013-06-10 12:45:52 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2013-06-10 14:03:34 +0200 |
commit | a5d26f86e8b30028de2acc9ca0950c30fdaa2dae (patch) | |
tree | d4a8de5b94e68aaa8dd3271a14559c07ac64cfc2 /basic | |
parent | 094560c29fed9b0b58505717c4e6694ad9ff8a69 (diff) |
Werror: labels ... not handled in switch
Change-Id: Ib73d757ffb313ce365caa3f70c472f662f6d9719
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/runtime/dllmgr-x64.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
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()) { |