Skip to content
New issue

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

two compiler warnings #14

Open
requiredregistration opened this issue Jun 18, 2018 · 1 comment
Open

two compiler warnings #14

requiredregistration opened this issue Jun 18, 2018 · 1 comment

Comments

@requiredregistration
Copy link

  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;
                 ^
@mark4o
Copy link
Contributor

mark4o commented Oct 16, 2018

Fixed in bf106eb.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants