mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	Address warnings
- Setting default values - Fixing mismatched types - Guarding unused var
This commit is contained in:
		
							parent
							
								
									ceba889641
								
							
						
					
					
						commit
						7b47f645d7
					
				
					 4 changed files with 9 additions and 5 deletions
				
			
		| 
						 | 
				
			
			@ -1718,7 +1718,7 @@ struct AbcPass : public Pass {
 | 
			
		|||
			show_tempdir = true;
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		size_t argidx, g_argidx;
 | 
			
		||||
		size_t argidx, g_argidx = -1;
 | 
			
		||||
		bool g_arg_from_cmd = false;
 | 
			
		||||
#if defined(__wasm)
 | 
			
		||||
		const char *pwd = ".";
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue