mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Merge pull request #5704 from ligfx/fixblockingloopwarning
BlockingLoop: fix unhandled enum value warning
This commit is contained in:
@@ -211,6 +211,8 @@ public:
|
||||
|
||||
switch (mode)
|
||||
{
|
||||
case kNonBlock:
|
||||
break;
|
||||
case kBlock:
|
||||
Wait();
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user