Small compiler warning fix
This commit is contained in:
@@ -501,7 +501,7 @@ bool EthernetTap::updateMulticastGroups(std::set<MulticastGroup> &groups)
|
|||||||
|
|
||||||
return changed;
|
return changed;
|
||||||
}
|
}
|
||||||
#endif __LINUX__
|
#endif // __LINUX__
|
||||||
|
|
||||||
#ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
bool EthernetTap::updateMulticastGroups(std::set<MulticastGroup> &groups)
|
bool EthernetTap::updateMulticastGroups(std::set<MulticastGroup> &groups)
|
||||||
|
|||||||
Reference in New Issue
Block a user