mirror of
				https://git.proxmox.com/git/libgit2
				synced 2025-11-04 08:48:25 +00:00 
			
		
		
		
	Also update local_connect's unused var name for MSVC
Signed-off-by: Carlos Martín Nieto <cmn@elego.de>
This commit is contained in:
		
							parent
							
								
									3827c923b8
								
							
						
					
					
						commit
						6507743400
					
				@ -33,7 +33,7 @@ static int local_connect(git_transport *transport, int GIT_UNUSED(direction))
 | 
			
		||||
	transport_local *t = (transport_local *) transport;
 | 
			
		||||
	const char *path;
 | 
			
		||||
	const char file_prefix[] = "file://";
 | 
			
		||||
	GIT_UNUSED_ARG(dir);
 | 
			
		||||
	GIT_UNUSED_ARG(direction);
 | 
			
		||||
 | 
			
		||||
	/* The repo layer doesn't want the prefix */
 | 
			
		||||
	if (!git__prefixcmp(transport->url, file_prefix))
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user