Add return value for Make RdcStandaloneHandler::error_handle

Quiets compile warning.

Change-Id: I5e7454f56e824e2304c790bac729cfa0fcf78603


[ROCm/rdc commit: 023de40df7]
Este commit está contenido en:
Chris Freehill
2020-03-09 17:31:28 -05:00
padre 2f59e7e1ab
commit d1acc44ffd
@@ -47,6 +47,7 @@ rdc_status_t RdcStandaloneHandler::error_handle(::grpc::Status status,
if (rdc_status != RDC_ST_OK) {
return static_cast<rdc_status_t>(rdc_status);
}
return RDC_ST_OK;
}
// JOB RdcAPI