mesh: Fix GCC 8 compiler warning
This commit is contained in:
@@ -206,7 +206,7 @@ IeBeaconTiming::operator== (WifiInformationElement const & a) const
|
||||
}
|
||||
return true;
|
||||
}
|
||||
catch (std::bad_cast)
|
||||
catch (std::bad_cast&)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user