mirror of
https://github.com/RetroShare/libretroshare.git
synced 2026-09-14 11:05:45 +05:00
Fixed "enum not handled in switch (-Wswitch)" warning
This commit is contained in:
parent
41d576dba1
commit
d7a0b6855a
@ -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…
Reference in New Issue
Block a user