Fix compiler warning: control reaches end of non-void function

This commit is contained in:
faluco 2021-09-23 10:42:28 +02:00 committed by Andre Puschmann
parent 7cdb9c00c0
commit 8a38a89652
1 changed files with 1 additions and 0 deletions

View File

@ -607,6 +607,7 @@ int regs_num_x_symbol(uint32_t symbol, uint32_t nof_port, srsran_cp_t cp)
ERROR("Invalid symbol %d", symbol);
return SRSRAN_ERROR;
}
return SRSRAN_ERROR;
}
/**