mirror of
				https://gitlab.freedesktop.org/wayland/wayland.git
				synced 2025-11-03 09:01:42 -05:00 
			
		
		
		
	scanner: Remove unused variable 'len'
scanner.c: In function ‘desc_dump’: scanner.c:142:42: warning: unused variable ‘len’ [-Wunused-variable] Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
		
							parent
							
								
									0b54a1442a
								
							
						
					
					
						commit
						a8c9e82c49
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -139,7 +139,7 @@ uppercase_dup(const char *src)
 | 
				
			||||||
static void
 | 
					static void
 | 
				
			||||||
desc_dump(char *src, int startcol)
 | 
					desc_dump(char *src, int startcol)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	int i, j = 0, col = startcol, line = 0, len;
 | 
						int i, j = 0, col = startcol, line = 0;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	/* Strip leading space */
 | 
						/* Strip leading space */
 | 
				
			||||||
	for (i = 0; isspace(src[i]); i++)
 | 
						for (i = 0; isspace(src[i]); i++)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue