emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Compiler warnings in dispnew.c


From: Andreas Schwab
Subject: Re: Compiler warnings in dispnew.c
Date: Sun, 28 Nov 2021 12:10:15 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)

On Nov 28 2021, Eli Zaretskii wrote:

> I don't understand the data the compiler prints, specifically why it
> says "offset [48, 255]" and then "at offset 44".

48 is the first offset that is out of range, 44 is the offset of x (thus
44 + 4 is outside of it).

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]