mirror of
				https://github.com/python/cpython.git
				synced 2025-11-03 19:34:08 +00:00 
			
		
		
		
	Remove one more gcc -Wall warning.
This commit is contained in:
		
							parent
							
								
									4bbea05c4e
								
							
						
					
					
						commit
						4747a18ef9
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -70,7 +70,8 @@ static PyObject *
 | 
				
			||||||
dl_call(dlobject *xp, PyObject *args)
 | 
					dl_call(dlobject *xp, PyObject *args)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	PyObject *name;
 | 
						PyObject *name;
 | 
				
			||||||
	long (*func)();
 | 
						long (*func)(long, long, long, long, long,
 | 
				
			||||||
 | 
					                     long, long, long, long, long);
 | 
				
			||||||
	long alist[10];
 | 
						long alist[10];
 | 
				
			||||||
	long res;
 | 
						long res;
 | 
				
			||||||
	int i;
 | 
						int i;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue