Fix remaining warnings in windows and linux builds

This commit is contained in:
Jasmine Iwanek
2023-12-17 12:49:10 -05:00
parent aa0b4dfab7
commit 4c87164692
4 changed files with 19 additions and 19 deletions

View File

@@ -918,7 +918,7 @@ monitor_thread(void *param)
line = f_readline("(86Box) ");
else {
printf("(86Box) ");
!getline(&line, &n, stdin);
(void) !getline(&line, &n, stdin);
}
if (line) {
int cmdargc = 0;