]> code.delx.au - gnu-emacs/commitdiff
Port to GCC 5.3.1 20160406 (Red Hat 5.3.1-6)
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 17 Apr 2016 02:47:33 +0000 (19:47 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 17 Apr 2016 02:49:31 +0000 (19:49 -0700)
* src/indent.c (Fvertical_motion): Pacify --enable-gcc-warnings
when using the April 6 Fedora patch to GCC.

src/indent.c

index d5162e35b52307fa60b055b0f674d5d4308c9874..0ef8903501d6d43a977cddf8685f36fa3cb211db 100644 (file)
@@ -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;