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 0a99c98e86
commit bd5cf5489e

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