mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	Fix more "set but unused" warnings.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@317474 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -110,7 +110,6 @@ static unsigned int iax_str2flags(const char *buf) | ||||
| { | ||||
| 	int x; | ||||
| 	int len; | ||||
| 	int found; | ||||
| 	unsigned int flags = 0; | ||||
| 	char *e; | ||||
| 	while(buf && *buf) { | ||||
| @@ -119,7 +118,6 @@ static unsigned int iax_str2flags(const char *buf) | ||||
| 			len = e - buf; | ||||
| 		else | ||||
| 			len = 0; | ||||
| 		found = 0; | ||||
| 		for (x = 0; x < ARRAY_LEN(iax_flags); x++) { | ||||
| 			if ((len && !strncasecmp(iax_flags[x].name, buf, len)) || | ||||
| 			    (!len && !strcasecmp(iax_flags[x].name, buf))) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user