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.
This commit is contained in:
Paul Eggert 2016-04-16 19:47:33 -07:00
parent ac00a92e3d
commit ae712666bb

View 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;