mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-20 10:35:50 +00:00
Squash warning about an unused variable
This commit is contained in:
committed by
manojsdoshi
parent
8f58687091
commit
593677ee82
@@ -152,7 +152,7 @@ populate(
|
||||
v4Net = boost::asio::ip::make_network_v4(ip);
|
||||
v4 = true;
|
||||
}
|
||||
catch (boost::system::system_error const& e)
|
||||
catch (boost::system::system_error const&)
|
||||
{
|
||||
v6Net = boost::asio::ip::make_network_v6(ip);
|
||||
v4 = false;
|
||||
|
||||
Reference in New Issue
Block a user