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

Compiler Warning - LSScreen.h #18

Open
jakemcivor opened this issue Jul 9, 2024 · 0 comments
Open

Compiler Warning - LSScreen.h #18

jakemcivor opened this issue Jul 9, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@jakemcivor
Copy link
Member

Fix the following compiler error

D:\OneDrive\Neil Squire\MMC-R&D - Documents\RD 21-05 LipSync 4\GitHub\LipSync\Build_Files\Firmware_Files\LipSync_Firmware\LSScreen.h: In member function 'void LSScreen::displayCursor()':

D:\OneDrive\Neil Squire\MMC-R&D - Documents\RD 21-05 LipSync 4\GitHub\LipSync\Build_Files\Firmware_Files\LipSync_Firmware\LSScreen.h:776:30:

warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]

776 | if (_selectedText.length() > (_maxCharPerLine - 1)){
| ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~

@jakemcivor jakemcivor added the bug Something isn't working label Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant