mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-01 10:46:23 -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();
|
pushRelayServers();
|
||||||
mUdpBitDht->setDhtMode(BITDHT_MODE_RELAYSERVERS_SERVER);
|
mUdpBitDht->setDhtMode(BITDHT_MODE_RELAYSERVERS_SERVER);
|
||||||
break;
|
break;
|
||||||
|
case RsDhtRelayMode::ENABLED:
|
||||||
|
case RsDhtRelayMode::DISABLED:
|
||||||
|
case RsDhtRelayMode::MASK:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue