fix compile warning

This commit is contained in:
Andre Puschmann 2018-03-19 13:25:33 +01:00
parent 37e06d78ea
commit 8b04d7c308
1 changed files with 1 additions and 1 deletions

View File

@ -1150,7 +1150,7 @@ phch_recv::measure::ret_code phch_recv::measure::run_multiple_subframes(cf_t *in
offset = found_best?best_test_offset:offset;
#endif
if (offset >= 0 && offset < (int) sf_len*max_sf) {
if (offset >= 0 && offset < (int)(sf_len*max_sf)) {
uint32_t nof_sf = (sf_len*max_sf - offset)/sf_len;