summaryrefslogtreecommitdiff
path: root/source/common/acgetline.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/common/acgetline.c')
-rw-r--r--source/common/acgetline.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/common/acgetline.c b/source/common/acgetline.c
index 702d046b2728..3865914b3f3d 100644
--- a/source/common/acgetline.c
+++ b/source/common/acgetline.c
@@ -532,7 +532,7 @@ AcpiOsGetLine (
* Ignore the various keys like insert/delete/home/end, etc.
* But we must eat the final character of the ESC sequence.
*/
- InputChar = getchar ();
+ (void) getchar ();
continue;
default: