From 3789dcdf7160986fabc47633c80b2265feb7350e Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Sun, 25 May 2003 17:40:52 +0000 Subject: [PATCH] (Fbyte_code): Remove `unused val' warning. --- src/bytecode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bytecode.c b/src/bytecode.c index 33f1ae53e2..881834367a 100644 --- a/src/bytecode.c +++ b/src/bytecode.c @@ -638,7 +638,7 @@ If the third argument is incorrect, Emacs may crash. */) AFTER_POTENTIAL_GC (); } } - POP; + (void) POP; break; case Bdup: -- 2.20.1