From 418f81b5fa400ed59793384f2f3d9df45390f080 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 16 Feb 2016 20:12:02 +0100 Subject: patch 7.4.1339 Problem: Warnings when building the GUI with MingW. (Cesar Romani) Solution: Add type cats. (Yasuhiro Matsumoto) --- src/edit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/edit.c') diff --git a/src/edit.c b/src/edit.c index 344f3793a..d6d31f990 100644 --- a/src/edit.c +++ b/src/edit.c @@ -328,7 +328,7 @@ edit( { int c = 0; char_u *ptr; - int lastc; + int lastc = 0; int mincol; static linenr_T o_lnum = 0; int i; -- cgit v1.2.1