mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 01:20:06 +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
				
			
		|  | @ -18,9 +18,9 @@ TEST_P(WarningsProviderTest, LoadUpdatedFiles) | |||
| { | ||||
|    WarningsProvider provider(GetParam()); | ||||
| 
 | ||||
|    std::chrono::sys_time<std::chrono::hours> now = | ||||
|    const std::chrono::sys_time<std::chrono::hours> now = | ||||
|       std::chrono::floor<std::chrono::hours>(std::chrono::system_clock::now()); | ||||
|    std::chrono::sys_time<std::chrono::hours> startTime = | ||||
|    const std::chrono::sys_time<std::chrono::hours> startTime = | ||||
|       now - std::chrono::days {3}; | ||||
| 
 | ||||
|    auto updatedFiles = provider.LoadUpdatedFiles(startTime); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat