Skip to content

two compiler warnings #14

Description

@requiredregistration
  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;
                 ^

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions