Re: remove many many compilation warnings on mingw

2016-02-25 Fir de Conversatie Bram Moolenaar
Yasuhiro Matsumoto wrote: > This is warning to notice overflow between lhs/rhs. But we don't need > to care about overflow because it doesn't take huge value. So below is > one of fixes. > > diff --git a/src/undo.c b/src/undo.c > index 2bf815b..5f33b55 100644 > --- a/src/undo.c > +++ b/src/undo.

Re: remove many many compilation warnings on mingw

2016-02-24 Fir de Conversatie mattn
This is warning to notice overflow between lhs/rhs. But we don't need to care about overflow because it doesn't take huge value. So below is one of fixes. diff --git a/src/undo.c b/src/undo.c index 2bf815b..5f33b55 100644 --- a/src/undo.c +++ b/src/undo.c @@ -267,7 +267,7 @@ u_save(linenr_T top,

Re: remove many many compilation warnings on mingw

2016-02-17 Fir de Conversatie Bram Moolenaar
I wrote: > Yasuhiro Matsumoto wrote: > > > After Patch 7.4.1323, mingw vomit too many compilation warnings which is > > hidden by -w flag. Below is a patch to remove them. > > > > https://gist.github.com/mattn/6542c52e98dce6923fc3 > > Thanks. There are a few where I don't understand what the

Re: remove many many compilation warnings on mingw

2016-02-16 Fir de Conversatie Bram Moolenaar
Yasuhiro Matsumoto wrote: > After Patch 7.4.1323, mingw vomit too many compilation warnings which is > hidden by -w flag. Below is a patch to remove them. > > https://gist.github.com/mattn/6542c52e98dce6923fc3 Thanks. There are a few where I don't understand what the warning would be: --- a/

remove many many compilation warnings on mingw

2016-02-16 Fir de Conversatie mattn
After Patch 7.4.1323, mingw vomit too many compilation warnings which is hidden by -w flag. Below is a patch to remove them. https://gist.github.com/mattn/6542c52e98dce6923fc3 - mattn -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text