Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Different error on Ubuntu arduino ide from windows arduino ide. #1048

Open
MoniqueNijboer opened this issue Mar 26, 2024 · 0 comments
Open

Comments

@MoniqueNijboer
Copy link

MoniqueNijboer commented Mar 26, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant