Fix: lint complained about ptr->void* conversions
This commit is contained in:
		
							parent
							
								
									e09aac1b4a
								
							
						
					
					
						commit
						b1be3e3487
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -334,6 +334,9 @@ lint_ptr_conv(from, to)
 | 
			
		|||
	if (from == to)
 | 
			
		||||
		return;
 | 
			
		||||
 | 
			
		||||
	if (to == VOID)
 | 
			
		||||
		return;
 | 
			
		||||
 | 
			
		||||
	if (to == CHAR)
 | 
			
		||||
		return;
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue