mirror of
https://github.com/Interlisp/maiko.git
synced 2026-04-26 04:17:27 +00:00
Eliminate warnings for ignored fprintf() result when printing messages to stderr
This commit is contained in:
@@ -34,7 +34,7 @@ void VGA_setmax(DspInterface dsp)
|
||||
struct videoconfig vc;
|
||||
|
||||
if (!_setvideomode(_MAXRESMODE)) {
|
||||
fprintf(stderr, "Can't set graphics mode.\n");
|
||||
(void)fprintf(stderr, "Can't set graphics mode.\n");
|
||||
exit(1);
|
||||
}
|
||||
_getvideoconfig(&vc);
|
||||
|
||||
Reference in New Issue
Block a user