Minor warning
```
In file included from vi.c:18:
./ex.c:410:6: warning: variable 'z' set but not used [-Wunused-but-set-variable]
410 | int z, c, pos, inst, subs[2], lnum = -1, max = xrows * 10;
| ^
1 warning generated.
关闭于 2025-12-18 1 条评论