mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-21 19:55:20 -05:00
Squash a compiler warning
This commit is contained in:
parent
ccac8c4f6e
commit
a9fd073023
@ -66,8 +66,7 @@ network_server_lookup (QString query
|
|||||||
{
|
{
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
// drop through
|
// fall through
|
||||||
|
|
||||||
case QAbstractSocket::AnyIPProtocol:
|
case QAbstractSocket::AnyIPProtocol:
|
||||||
found = true;
|
found = true;
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user