Kaydet (Commit) 618376bc authored tarafından Stephan Bergmann's avatar Stephan Bergmann

warning C4702: unreachable code

Change-Id: Ie2cc83dde7e0522e0bf669a1dd3d7a8ca680f7e2
üst ce60a046
......@@ -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 )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment