X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Ffirstboot%2Ffirstboot.c;fp=src%2Ffirstboot%2Ffirstboot.c;h=f586c2ef7fca900354f662606aba830e8973f76b;hb=94956f8fba498d5d34a88a7e26b0418a4a0e9e6d;hp=215c059ee201cd1759b913ebbc8612cd2db772c8;hpb=2ff8abbd40feee90dbac8788efba2218b546df6c;p=elogind.git diff --git a/src/firstboot/firstboot.c b/src/firstboot/firstboot.c index 215c059ee..f586c2ef7 100644 --- a/src/firstboot/firstboot.c +++ b/src/firstboot/firstboot.c @@ -68,7 +68,7 @@ static bool press_any_key(void) { printf("-- Press any key to proceed --"); fflush(stdout); - read_one_char(stdin, &k, USEC_INFINITY, &need_nl); + (void) read_one_char(stdin, &k, USEC_INFINITY, &need_nl); if (need_nl) putchar('\n');