commit | 2660c0ea9be48b57b5b7f613fdd6add99c643c80 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 19 14:59:56 2010 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 19 14:59:56 2010 +0100 |
tree | 4516eeafe1e08e8386f4b1260d3f15ea5bdea75c | |
parent | 3ea38ef23944f3d49c126b94708e2d4a540bca42 [diff] [blame] |
updated for version 7.2.333 Problem: Warnings from static code analysis. Solution: Small changes to various lines. (Dominique Pelle)
diff --git a/src/buffer.c b/src/buffer.c index 2d64bca..a3cd6be 100644 --- a/src/buffer.c +++ b/src/buffer.c
@@ -315,7 +315,7 @@ { #ifdef FEAT_AUTOCMD int is_curbuf; - int nwindows = buf->b_nwindows; + int nwindows; #endif int unload_buf = (action != 0); int del_buf = (action == DOBUF_DEL || action == DOBUF_WIPE);