Fixed compiler warning for unused variable in generated C code.

This commit is contained in:
Ryan C. Gordon 2011-10-11 22:35:19 -04:00
parent aac491ccac
commit cc8e8dea00

View file

@ -536,7 +536,6 @@ ${sym}(SDL_AudioCVT * cvt, SDL_AudioFormat format)
fprintf(stderr, "$resample (x${multiple}) AUDIO_${from}, ${channels} channels.\\n");
#endif
const int srcsize = cvt->len_cvt;
const int dstsize = cvt->len_cvt $lencvtop $multiple;
EOF