diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/alloc.c | 2 |
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) | |||
| 4649 | significant bits as tag bits, the tag is small enough to not | 4649 | significant bits as tag bits, the tag is small enough to not |
| 4650 | overflow either. */ | 4650 | overflow either. */ |
| 4651 | eassert (!overflow); | 4651 | eassert (!overflow); |
| 4652 | #else | ||
| 4653 | (void) overflow; | ||
| 4652 | #endif | 4654 | #endif |
| 4653 | void *po = (char *) ((intptr_t) (char *) XLP (obj) + offset); | 4655 | void *po = (char *) ((intptr_t) (char *) XLP (obj) + offset); |
| 4654 | 4656 | ||