]> code.delx.au - gnu-emacs/commitdiff
* src/indent.c (Fvertical_motion): Pacify GCC
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 14 Apr 2016 16:43:28 +0000 (09:43 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 14 Apr 2016 16:43:56 +0000 (09:43 -0700)
5.3.1 20160406 (Red Hat 5.3.1-6) on x86-64.

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;