feat/var-tabstops: fixed compiler warnings
commitb9b9eaa7d4d8264abe54db7468b9e430e3c83571
authorLech Lorens <lech.lorens@gmail.com>
Tue, 20 Oct 2009 17:45:07 +0000 (20 19:45 +0200)
committerLech Lorens <lech.lorens@gmail.com>
Tue, 20 Oct 2009 17:45:07 +0000 (20 19:45 +0200)
tree6af097bbc189f2293acc2019e2841e844f0a5704
parent16d65b35a87ab9c8ab548a24e383185a0024ae36
feat/var-tabstops: fixed compiler warnings

Fixed the warnings output by gcc:

edit.c: In function ‘ins_bs’:
edit.c:8551: warning: unused variable ‘ts’

option.c: In function ‘tabstop_set’:
option.c:11150: warning: pointer targets in passing argument 1 of ‘atoi’ differ in signedness
option.c:11169: warning: pointer targets in passing argument 1 of ‘atoi’ differ in signedness
src/edit.c
src/option.c