Shut up a compiler warning
This commit is contained in:
		
							parent
							
								
									a4cb62ac25
								
							
						
					
					
						commit
						229567293c
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -141,10 +141,10 @@ EvalState::EvalState() | ||||||
|     , sOutputs(symbols.create("outputs")) |     , sOutputs(symbols.create("outputs")) | ||||||
|     , sOutputName(symbols.create("outputName")) |     , sOutputName(symbols.create("outputName")) | ||||||
|     , sIgnoreNulls(symbols.create("__ignoreNulls")) |     , sIgnoreNulls(symbols.create("__ignoreNulls")) | ||||||
|  |     , repair(false) | ||||||
|     , baseEnv(allocEnv(128)) |     , baseEnv(allocEnv(128)) | ||||||
|     , baseEnvDispl(0) |     , baseEnvDispl(0) | ||||||
|     , staticBaseEnv(false, 0) |     , staticBaseEnv(false, 0) | ||||||
|     , repair(false) |  | ||||||
| { | { | ||||||
|     nrEnvs = nrValuesInEnvs = nrValues = nrListElems = 0; |     nrEnvs = nrValuesInEnvs = nrValues = nrListElems = 0; | ||||||
|     nrAttrsets = nrOpUpdates = nrOpUpdateValuesCopied = 0; |     nrAttrsets = nrOpUpdates = nrOpUpdateValuesCopied = 0; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue