mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	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
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user