We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CC src/resample.lo src/resample.c: In function ‘resampler_basic_zero’: src/resample.c:567:106: warning: unused parameter ‘in’ [-Wunused-parameter] static int resampler_basic_zero(SpeexResamplerState *st, spx_uint32_t channel_index, const spx_word16_t *in, spx_uint32_t *in_len, spx_word16_t *out, spx_uint32_t *out_len) ~~~~~~~~~~~~~~~~~~~~^~ src/resample.c: In function ‘libopusenc_resampler_init_frac’: src/resample.c:803:17: warning: unused variable ‘i’ [-Wunused-variable] spx_uint32_t i; ^
The text was updated successfully, but these errors were encountered:
Fixed in bf106eb.
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: