Fixed a few minor visual analyzer warnings
This commit is contained in:
+3
-1
@@ -150,8 +150,10 @@ static int badusage(const char* programName)
|
||||
|
||||
static void waitEnter(void)
|
||||
{
|
||||
int unused;
|
||||
DISPLAY("Press enter to continue...\n");
|
||||
getchar();
|
||||
unused = getchar();
|
||||
(void)unused;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user