Avoid -Wswitch warnings in wxWebRequest test
No real changes, just suppress the warnings about not handling all states in a switch.
This commit is contained in:
parent
6bdab7b3c8
commit
fcaccbf12c
1 changed files with 4 additions and 0 deletions
|
|
@ -75,6 +75,10 @@ public:
|
|||
case wxWebRequest::State_Cancelled:
|
||||
loop.Exit();
|
||||
break;
|
||||
|
||||
case wxWebRequest::State_Idle:
|
||||
case wxWebRequest::State_Active:
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue