summaryrefslogtreecommitdiff
path: root/src/alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/alloc.c b/src/alloc.c
index be293cca54a..da11426075b 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -4649,6 +4649,8 @@ mark_maybe_object (Lisp_Object obj)
significant bits as tag bits, the tag is small enough to not
overflow either. */
eassert (!overflow);
+#else
+ (void) overflow;
#endif
void *po = (char *) ((intptr_t) (char *) XLP (obj) + offset);