mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-12 06:54:24 +01:00
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.