Skip to content
Snippets Groups Projects
Commit ebbca831 authored by Russell Bryant's avatar Russell Bryant
Browse files

eliminate warning about unused variable that occurs in some cases

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@37298 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 4297d70e
Branches
Tags
No related merge requests found
......@@ -44,6 +44,8 @@ void Gsm_Preprocess P3((S, s, so),
ulongword utmp; /* for L_ADD */
register int k = 160;
(void) utmp;
while (k--) {
/* 4.2.1 Downscaling of the input signal
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment