lemenkov / rtplib

OUTDATED. Use https://github.com/xirsys/xmedialib instead!!! Erlang library for dealing with rtp/rtcp (STILL IN A VERY EARLY STAGE)
52 stars 17 forks source link

Warnings in resampler.c #48

Open benbro opened 11 years ago

benbro commented 11 years ago

When compiling resampler.c I'm getting three warnings for unused variables: https://github.com/lemenkov/rtplib/blob/master/c_src/resampler.c#L80 https://github.com/lemenkov/rtplib/blob/master/c_src/resampler.c#L90 https://github.com/lemenkov/rtplib/blob/master/c_src/resampler.c#L99

Can I just ignore the warnings?