Add return value for Make RdcStandaloneHandler::error_handle
Quiets compile warning.
Change-Id: I5e7454f56e824e2304c790bac729cfa0fcf78603
[ROCm/rdc commit: 023de40df7]
Este commit está contenido en:
@@ -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
|
||||
|
||||
Referencia en una nueva incidencia
Block a user