Avoid a compilation warning in eval.c

* src/eval.c (specpdl_unrewind): Avoid a compilation warning.
This commit is contained in:
Lars Ingebrigtsen 2022-02-13 08:26:55 +01:00
parent 0c4f52066f
commit 1e15500daf

View file

@ -4106,7 +4106,7 @@ specpdl_unrewind (union specbinding *pdl, int distance, bool vars_only)
non-local, this is fine, but if it ever reverts to being
local we may end up using this entry "in the wrong
direction". */
;
{};
}
break;
}