mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 14:20:04 +00:00 
			
		
		
		
	Archive warnings clang-tidy fixes
This commit is contained in:
		
							parent
							
								
									8cdd8526eb
								
							
						
					
					
						commit
						81f09e07f0
					
				
					 14 changed files with 43 additions and 46 deletions
				
			
		|  | @ -593,8 +593,8 @@ std::optional<Vtec> TryParseVtecString(std::istream& is) | |||
| 
 | ||||
|    if (RE2::PartialMatch(line, *rePVtecString)) | ||||
|    { | ||||
|       vtec           = Vtec(); | ||||
|       bool vtecValid = vtec->pVtec_.Parse(line); | ||||
|       vtec                 = Vtec(); | ||||
|       const bool vtecValid = vtec->pVtec_.Parse(line); | ||||
| 
 | ||||
|       isBegin = is.tellg(); | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat