mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-18 07:52:14 +01:00
9dca56dced
EthernetClass is a friend class of IPAddress, so it is allowed to use its _address attribute directly. However, it should be using IPAddress::raw_address() instead, like all the other friend classes do. This changes allows changing the _address attribute to fix some warnings next.