mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	yuzu/compatdb: Remove unused lambda capture
Silences a compiler warning with clang.
This commit is contained in:
		
							parent
							
								
									ad1cfc8d50
								
							
						
					
					
						commit
						6149be43cf
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -59,7 +59,7 @@ void CompatDB::Submit() { | ||||||
|         button(QWizard::CancelButton)->setVisible(false); |         button(QWizard::CancelButton)->setVisible(false); | ||||||
| 
 | 
 | ||||||
|         testcase_watcher.setFuture(QtConcurrent::run( |         testcase_watcher.setFuture(QtConcurrent::run( | ||||||
|             [this]() { return Core::System::GetInstance().TelemetrySession().SubmitTestcase(); })); |             [] { return Core::System::GetInstance().TelemetrySession().SubmitTestcase(); })); | ||||||
|         break; |         break; | ||||||
|     default: |     default: | ||||||
|         LOG_ERROR(Frontend, "Unexpected page: {}", currentId()); |         LOG_ERROR(Frontend, "Unexpected page: {}", currentId()); | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue