Add WARNINGS=yes to ksh and fix the resulting sign compare warnings.
authormillert <millert@openbsd.org>
Mon, 1 Jan 2018 19:45:56 +0000 (19:45 +0000)
committermillert <millert@openbsd.org>
Mon, 1 Jan 2018 19:45:56 +0000 (19:45 +0000)
commit43da03fc8bf9dde64430999420b963e9bcfd070b
treed03e93036fd405bf93346faee435d6433c81400d
parentb4c86ee36938748af6d33978e4fcc2562f24f658
Add WARNINGS=yes to ksh and fix the resulting sign compare warnings.
OK tb@
14 files changed:
bin/ksh/Makefile
bin/ksh/c_ksh.c
bin/ksh/edit.c
bin/ksh/emacs.c
bin/ksh/eval.c
bin/ksh/expand.h
bin/ksh/history.c
bin/ksh/lex.c
bin/ksh/lex.h
bin/ksh/misc.c
bin/ksh/path.c
bin/ksh/tree.c
bin/ksh/var.c
bin/ksh/vi.c