mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	kernel/thread: Resolve -Wswitch warnings
This commit is contained in:
		
							parent
							
								
									64b5985f0a
								
							
						
					
					
						commit
						521c4c33b5
					
				| @ -85,6 +85,7 @@ void Thread::ResumeFromWait() { | |||||||
|     ASSERT_MSG(wait_objects.empty(), "Thread is waking up while waiting for objects"); |     ASSERT_MSG(wait_objects.empty(), "Thread is waking up while waiting for objects"); | ||||||
| 
 | 
 | ||||||
|     switch (status) { |     switch (status) { | ||||||
|  |     case ThreadStatus::Paused: | ||||||
|     case ThreadStatus::WaitSynch: |     case ThreadStatus::WaitSynch: | ||||||
|     case ThreadStatus::WaitHLEEvent: |     case ThreadStatus::WaitHLEEvent: | ||||||
|     case ThreadStatus::WaitSleep: |     case ThreadStatus::WaitSleep: | ||||||
| @ -92,6 +93,7 @@ void Thread::ResumeFromWait() { | |||||||
|     case ThreadStatus::WaitMutex: |     case ThreadStatus::WaitMutex: | ||||||
|     case ThreadStatus::WaitCondVar: |     case ThreadStatus::WaitCondVar: | ||||||
|     case ThreadStatus::WaitArb: |     case ThreadStatus::WaitArb: | ||||||
|  |     case ThreadStatus::Dormant: | ||||||
|         break; |         break; | ||||||
| 
 | 
 | ||||||
|     case ThreadStatus::Ready: |     case ThreadStatus::Ready: | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Lioncash
						Lioncash