1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-13 13:01:55 +03:00

remove some warnings

This commit is contained in:
Markus Sattler
2015-04-06 19:54:01 +02:00
parent f165a0afcd
commit 0bd2ea1948
5 changed files with 6 additions and 5 deletions

View File

@ -49,6 +49,7 @@ class ClientContext {
ClientContext* next(ClientContext* new_next) {
_next = new_next;
return _next;
}
void ref() {