Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed compiler warning for unused variable in generated C code.
  • Loading branch information
icculus committed Oct 12, 2011
1 parent fa1a0ff commit af2f5bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/audio/sdlgenaudiocvt.pl
Expand Up @@ -536,7 +536,6 @@ sub buildMultipleResampleFunc {
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

Expand Down

0 comments on commit af2f5bf

Please sign in to comment.