This eliminates a compiler warning for that configuration
(see bug#65491).
/* Extract A's pointer value, assuming A's Lisp type is TYPE and the
extracted pointer's type is CTYPE *. */
-#define XUNTAG(a, type, ctype) ((ctype *) \
- ((uintptr_t) XLP (a) - LISP_WORD_TAG (type)))
+#define XUNTAG(a, type, ctype) \
+ ((ctype *) ((uintptr_t) XLP (a) - (uintptr_t) LISP_WORD_TAG (type)))
/* A forwarding pointer to a value. It uses a generic pointer to
avoid alignment bugs that could occur if it used a pointer to a