Replies: 1 comment 6 replies
-
|
It's just warnings. We don't use that function. It's just a reminder. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment







Uh oh!
There was an error while loading. Please reload this page.
-
Did anyone had issues like this compiling code with VSC
" Compiling .pio/build/nodemcuv2/libff6/WebSockets/libb64/cencode.c.o
.pio/libdeps/nodemcuv2/WebSockets/src/SocketIOclient.cpp: In member function 'void SocketIOclient::loop()':
.pio/libdeps/nodemcuv2/WebSockets/src/SocketIOclient.cpp:175:22: warning: 'void WebSocketsClient::loop()' is deprecated [-Wdeprecated-declarations]
175 | WebSocketsClient::loop();
| ^~~~
In file included from .pio/libdeps/nodemcuv2/WebSockets/src/SocketIOclient.cpp:9:
.pio/libdeps/nodemcuv2/WebSockets/src/WebSocketsClient.h:75:10: note: declared here
75 | void loop(void) attribute((deprecated)) {}
| ^~~~
.pio/libdeps/nodemcuv2/WebSockets/src/SocketIOclient.cpp:175:27: warning: 'void WebSocketsClient::loop()' is deprecated [-Wdeprecated-declarations]
175 | WebSocketsClient::loop();
| ^
In file included from .pio/libdeps/nodemcuv2/WebSockets/src/SocketIOclient.cpp:9:
.pio/libdeps/nodemcuv2/WebSockets/src/WebSocketsClient.h:75:10: note: declared here
75 | void loop(void) attribute((deprecated)) {}
| ^~~~ "
Beta Was this translation helpful? Give feedback.
All reactions