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:
parent
99982883b7
commit
18f85cdd59
2 changed files with 4 additions and 1 deletions
|
|
@ -637,7 +637,7 @@ If the third argument is incorrect, Emacs may crash. */)
|
|||
AFTER_POTENTIAL_GC ();
|
||||
}
|
||||
}
|
||||
POP;
|
||||
(void) POP;
|
||||
break;
|
||||
|
||||
case Bdup:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue