Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix deprecated implicit copy ctors in IP code
Fix some warnings present in GCC8/9 in the IPAddress code In AddressListIterator there was a copy constructor which simply copied the structure bit-for-bit. That's the default operation, so remove it to avoid the warning there. IPAddress, add a default copy constructor since the other copy constructors are simply parsing from one format into a native ip_addr_t. @d-a-v, can you give these a look over and see if they're good (since IP stuff is really your domain).
- Loading branch information