]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
top(1): Quiesce several warnings
authoreadler <eadler@FreeBSD.org>
Sun, 20 May 2018 02:14:27 +0000 (02:14 +0000)
committereadler <eadler@FreeBSD.org>
Sun, 20 May 2018 02:14:27 +0000 (02:14 +0000)
commit8b5d41008d8bfa395496261800a418b4dd495d46
tree3e2d4a40e3fa3807d8b4efe93a8dd7b5b37aa31d
parentaac06c5109cd8af8b6e186554d318eb1d3de154f
top(1): Quiesce several warnings

This is all warnings at level six (6) that are not
char-subscripts, incompatible-pointer-types,
sign-compare, switch, int-conversion,
missing-variable-declarations, cast-qual, cast-align

Some warnings that are fixed by this commit are:
shadow, strict-prototypes, missing-prototypes, pointer-arith,
unused-parameter, unused-const-variable, and several others
usr.bin/top/commands.c
usr.bin/top/machine.c
usr.bin/top/top.c
usr.bin/top/top.h
usr.bin/top/utils.c
usr.bin/top/utils.h