Please report new issues athttps://github.com/DOCGroup
Unchecked call A function was called without checking the return value. Prevent inferred that the return value should be checked based on the checked calls shown below. Calling function "bool DAnCE::Utility::extract_and_throw_exception<Deployment::StartError>(CORBA::Any const &)" without checking return value (as is done elsewhere 6 out of 7 times). /home/build/ACE/coverity/ACE_wrappers/TAO/DAnCE/dance/DAnCE_Utility.cpp 445 } 446 else if (ex_id == Deployment::_tc_StartError->id ()) 447 { Event check_return: Calling function "bool DAnCE::Utility::extract_and_throw_exception<Deployment::StartError>(CORBA::Any const &)" without checking return value (as is done elsewhere 6 out of 7 times). Event unchecked_value: No check of the return value of "DAnCE::Utility::extract_and_throw_exception<Deployment::StartError>(excep)". 448 extract_and_throw_exception<Deployment::StartError> (excep); 449 } 450 else if (ex_id == Deployment::_tc_StopError->id ()) 451 {