You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, i'm receiving an error when compiling on my Ubuntu Ardiuno ide 2.3.2 with pubsubclient 2.8.0.
PubSubClient.cpp: In member function 'boolean PubSubClient::publish_P(const char*, const uint8_t*, unsigned int, boolean)': PubSubClient.cpp:523:16: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] return (rc == expectedLength);
This error doesn't persist on a windows arduino ide 2.3.2
on both the board selected is teensy 4.1
The text was updated successfully, but these errors were encountered:
Hello, i'm receiving an error when compiling on my Ubuntu Ardiuno ide 2.3.2 with pubsubclient 2.8.0.
PubSubClient.cpp: In member function 'boolean PubSubClient::publish_P(const char*, const uint8_t*, unsigned int, boolean)': PubSubClient.cpp:523:16: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] return (rc == expectedLength);
This error doesn't persist on a windows arduino ide 2.3.2
on both the board selected is teensy 4.1
The text was updated successfully, but these errors were encountered: