mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-31 10:19:24 -04:00
Fixed "enum not handled in switch (-Wswitch)" warning
This commit is contained in:
parent
fb836489d7
commit
2650a949ea
1 changed files with 4 additions and 0 deletions
|
@ -151,6 +151,10 @@ int p3BitDht::setRelayMode(RsDhtRelayMode mode)
|
|||
pushRelayServers();
|
||||
mUdpBitDht->setDhtMode(BITDHT_MODE_RELAYSERVERS_SERVER);
|
||||
break;
|
||||
case RsDhtRelayMode::ENABLED:
|
||||
case RsDhtRelayMode::DISABLED:
|
||||
case RsDhtRelayMode::MASK:
|
||||
break;
|
||||
}
|
||||
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue