From 18f85cdd59204ec4f636cba3122e83c76b462dee Mon Sep 17 00:00:00 2001 From: Pavel Janík Date: Mon, 18 Mar 2002 18:18:21 +0000 Subject: (Fbyte_code): Discard unused computed value to prevent gcc warning. --- src/bytecode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bytecode.c') diff --git a/src/bytecode.c b/src/bytecode.c index f24132dae25..bcd303f8d73 100644 --- a/src/bytecode.c +++ b/src/bytecode.c @@ -637,7 +637,7 @@ If the third argument is incorrect, Emacs may crash. */) AFTER_POTENTIAL_GC (); } } - POP; + (void) POP; break; case Bdup: -- cgit v1.2.1