mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 10:47:18 +00:00 
			
		
		
		
	get rid of compiler warning
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6142 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -486,7 +486,7 @@ static int __build_step(const char *what, const char *name, const char *filename | ||||
| 	struct stringlink *swargs, *cur; | ||||
| 	int cpos; | ||||
| 	int mlen; | ||||
| 	int pattern; | ||||
| 	int pattern = 0; | ||||
| 	struct fillin *fillin; | ||||
| 	while (*data && (*data < 33)) data++; | ||||
| 	if (matches_label(data, &c)) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user