emacs-devel
[Top][All Lists]
Advanced

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

Re: New warning in indent.c


From: Eli Zaretskii
Subject: Re: New warning in indent.c
Date: Thu, 16 Apr 2020 13:09:33 +0300

> From: Juanma Barranquero <address@hidden>
> Date: Thu, 16 Apr 2020 10:59:40 +0200
> 
> This warning appeared a while ago. A quick perusal didn't find an obvious 
> recent commit changing indent.c,
> though I supposed I missed it.
> 
> indent.c: In function 'Fvertical_motion':
> indent.c:2284:4: warning: 'lcols' may be used uninitialized in this function 
> [-Wmaybe-uninitialized]
>  2284 |    window_column_x (w, window, extract_float (lcols), lcols)
>       |    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Stupid GCC.  I guess the "change" which triggered this was a newer GCC
version.

Should be fixed now.



reply via email to

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