1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-23 22:42:01 -07:00

Add missing unused() declaration.

Copied from Perforce
 Change: 29465
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Gareth Rees 2002-05-24 13:24:13 +01:00
parent 2efb9f1f4c
commit 012e6993cc

View file

@ -567,6 +567,8 @@ Bool ArenaStep(Globals globals, double interval)
double size;
Bool b;
UNUSED(interval);
AVERT(Globals, globals);
b = TracePoll(globals);