mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-11 15:22:13 +03:00
remove some warnings
This commit is contained in:
@ -54,6 +54,7 @@ WiFiUDP& WiFiUDP::operator=(const WiFiUDP& rhs)
|
||||
_ctx = rhs._ctx;
|
||||
if (_ctx)
|
||||
_ctx->ref();
|
||||
return *this;
|
||||
}
|
||||
|
||||
WiFiUDP::~WiFiUDP()
|
||||
|
Reference in New Issue
Block a user