pyuno/source/module/pyuno_runtime.cxx | 2 -- 1 file changed, 2 deletions(-)
New commits: commit 618376bcb55906913bc76365d7db9b71eb422daa Author: Stephan Bergmann <sberg...@redhat.com> Date: Fri Jul 20 10:32:47 2012 +0200 warning C4702: unreachable code Change-Id: Ie2cc83dde7e0522e0bf669a1dd3d7a8ca680f7e2 diff --git a/pyuno/source/module/pyuno_runtime.cxx b/pyuno/source/module/pyuno_runtime.cxx index f3284c4..b021fdd 100644 --- a/pyuno/source/module/pyuno_runtime.cxx +++ b/pyuno/source/module/pyuno_runtime.cxx @@ -589,8 +589,6 @@ PyRef Runtime::any2PyObject (const Any &a ) const throw RuntimeException(buf.makeStringAndClear( ), Reference< XInterface > () ); } } - //We shouldn't be here... - assert(false); } static Sequence< Type > invokeGetTypes( const Runtime & r , PyObject * o ) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits