From ae712666bb25285ee321476fc043321ca42eb5a2 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 16 Apr 2016 19:47:33 -0700 Subject: [PATCH] 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 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/indent.c b/src/indent.c index d5162e35b5..0ef8903501 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; -- 2.39.2