emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-25 ae71266 1/2: Port to GCC 5.3.1 20160406 (Red Hat


From: Paul Eggert
Subject: [Emacs-diffs] emacs-25 ae71266 1/2: Port to GCC 5.3.1 20160406 (Red Hat 5.3.1-6)
Date: Sun, 17 Apr 2016 02:49:59 +0000

branch: emacs-25
commit ae712666bb25285ee321476fc043321ca42eb5a2
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    Port to GCC 5.3.1 20160406 (Red Hat 5.3.1-6)
    
    * src/indent.c (Fvertical_motion): Pacify --enable-gcc-warnings
    when using the April 6 Fedora patch to GCC.
---
 src/indent.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/indent.c b/src/indent.c
index d5162e3..0ef8903 100644
--- a/src/indent.c
+++ b/src/indent.c
@@ -2036,7 +2036,7 @@ whether or not it is currently displayed in some window.  
*/)
       bool disp_string_at_start_p = 0;
       ptrdiff_t nlines = XINT (lines);
       int vpos_init = 0;
-      double start_col;
+      double start_col IF_LINT (= 0);
       int start_x IF_LINT (= 0);
       int to_x = -1;
 



reply via email to

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