aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert2016-04-14 09:43:28 -0700
committerPaul Eggert2016-04-14 09:43:56 -0700
commit177d40de6bddf26c28f065927cd439281e56b325 (patch)
tree0251e6a722bdd610e7392584b809457955cb2ed9 /src
parentd3edc09c3f4fdce24d4f66c5a94302cae5d26980 (diff)
downloademacs-177d40de6bddf26c28f065927cd439281e56b325.tar.gz
emacs-177d40de6bddf26c28f065927cd439281e56b325.zip
* src/indent.c (Fvertical_motion): Pacify GCC
5.3.1 20160406 (Red Hat 5.3.1-6) on x86-64.
Diffstat (limited to 'src')
-rw-r--r--src/indent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/indent.c b/src/indent.c
index d5162e35b52..0ef8903501d 100644
--- a/src/indent.c
+++ b/src/indent.c
@@ -2036,7 +2036,7 @@ whether or not it is currently displayed in some window. */)
2036 bool disp_string_at_start_p = 0; 2036 bool disp_string_at_start_p = 0;
2037 ptrdiff_t nlines = XINT (lines); 2037 ptrdiff_t nlines = XINT (lines);
2038 int vpos_init = 0; 2038 int vpos_init = 0;
2039 double start_col; 2039 double start_col IF_LINT (= 0);
2040 int start_x IF_LINT (= 0); 2040 int start_x IF_LINT (= 0);
2041 int to_x = -1; 2041 int to_x = -1;
2042 2042