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

master
faluco 3 years ago committed by Andre Puschmann
parent 7cdb9c00c0
commit 8a38a89652

@ -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); ERROR("Invalid symbol %d", symbol);
return SRSRAN_ERROR; return SRSRAN_ERROR;
} }
return SRSRAN_ERROR;
} }
/** /**

Loading…
Cancel
Save