net_modem and sb_dsp: Warning fixes.

This commit is contained in:
OBattler
2024-03-23 17:22:36 +01:00
parent f45fe7b121
commit f63cc093e1
2 changed files with 1 additions and 5 deletions

View File

@@ -2625,7 +2625,7 @@ sb_poll_i(void *priv)
dsp->record_pos_read += 2;
dsp->record_pos_read &= 0xFFFF;
if (dsp->espcm_sample_idx >= 19) {
int i, bit, table_addr, sigma, last_sigma;
int i, table_addr, sigma, last_sigma;
int8_t min_sample = 127, max_sample = -128, s;
uint8_t b;