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

Compile warnings when using Platform.io #64

Open
newone996 opened this issue Nov 24, 2023 · 0 comments
Open

Compile warnings when using Platform.io #64

newone996 opened this issue Nov 24, 2023 · 0 comments

Comments

@newone996
Copy link

When compiling in Platform.io I am getting the following warning:

.pio/libdeps/megaatmega2560/Easy Nextion Library/src/EasyNextionLibrary.cpp: In member function 'String EasyNex::readStr(String)': .pio/libdeps/megaatmega2560/Easy Nextion Library/src/EasyNextionLibrary.cpp:144:45: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(_tempChar == 0xFF || _tempChar == 0xFFFFFFFF){ // If the read byte is the end command byte, ~~~~~~~~~~^~~~~~~~~~~~~ .pio/libdeps/megaatmega2560/Easy Nextion Library/src/EasyNextionLibrary.cpp: In member function 'uint32_t EasyNex::readNumber(String)': .pio/libdeps/megaatmega2560/Easy Nextion Library/src/EasyNextionLibrary.cpp:245:43: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(_tempChar == 0xFF || _tempChar == 0xFFFFFFFF){ // If the read byte is the end command byte,

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