Signed/Unsigned Comparison
This commit is contained in:
@ -599,7 +599,7 @@ void reHDD::addSMARTData(list<Drive> *plistDrives)
|
|||||||
|
|
||||||
void reHDD::handleArrowKey(TUI::UserInput userInput)
|
void reHDD::handleArrowKey(TUI::UserInput userInput)
|
||||||
{
|
{
|
||||||
int8_t u8EntrySize = (int8_t)listDrives.size();
|
uint8_t u8EntrySize = (uint8_t)listDrives.size();
|
||||||
switch (userInput)
|
switch (userInput)
|
||||||
{
|
{
|
||||||
case TUI::UserInput::DownKey:
|
case TUI::UserInput::DownKey:
|
||||||
|
|||||||
Reference in New Issue
Block a user