Skip to content
This repository was archived by the owner on Jul 8, 2022. It is now read-only.

Commit e115d4e

Browse files
committed
TypeCmds.cpp: fix control reached end of non-void function warning
1 parent 15e68d3 commit e115d4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cpp_test_suite/cpp_test_ds/TypeCmds.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -612,6 +612,7 @@ CORBA::Any *IOString::execute(TANGO_UNUSED(Tango::DeviceImpl *device),const CORB
612612
catch (CORBA::Exception &e)
613613
{
614614
Tango::Except::print_exception(e);
615+
throw;
615616
}
616617
}
617618

0 commit comments

Comments
 (0)