mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-25 14:01:33 -08:00
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:
parent
ac00a92e3d
commit
ae712666bb
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue