ops: Silence “counter not used in loop” false positive

This commit is contained in:
ZyX
2017-04-16 21:05:50 +03:00
parent 84aa457ccd
commit cdbfff077b

View File

@@ -2785,7 +2785,7 @@ void do_put(int regname, yankreg_T *reg, int dir, long count, int flags)
}
if (curbuf->terminal) {
for (int i = 0; i < count; i++) {
for (int i = 0; i < count; i++) { // -V756
// feed the lines to the terminal
for (size_t j = 0; j < y_size; j++) {
if (j) {