1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-06 05:52:32 -08:00

(Fbyte_code): Discard unused computed value to prevent gcc warning.

This commit is contained in:
Pavel Janík 2002-03-18 18:18:21 +00:00
parent 99982883b7
commit 18f85cdd59
2 changed files with 4 additions and 1 deletions

View file

@ -637,7 +637,7 @@ If the third argument is incorrect, Emacs may crash. */)
AFTER_POTENTIAL_GC ();
}
}
POP;
(void) POP;
break;
case Bdup: