From: Stefan Monnier Date: Sun, 25 May 2003 17:40:52 +0000 (+0000) Subject: (Fbyte_code): Remove `unused val' warning. X-Git-Tag: ttn-vms-21-2-B4~9948 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3789dcdf7160986fabc47633c80b2265feb7350e;p=emacs.git (Fbyte_code): Remove `unused val' warning. --- diff --git a/src/bytecode.c b/src/bytecode.c index 33f1ae53e28..881834367ab 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: