emacs-devel
[Top][All Lists]
Advanced

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

New warning in indent.c


From: Juanma Barranquero
Subject: New warning in indent.c
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)
      |    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

reply via email to

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