freebsd-dev/usr.bin/top
Eitan Adler 1d5b01e66e top(1): use greater warnings
One of the downsides of using numeric WARNS is that if we only have a
single type of issue we get no protection from other changes.  For
example, we got no warning for missing variable declaration, due to
the issues with "const".

For this utility, explicitly list out the warnings which are failing.
They should still be fixed, so only reduce them to warning instead of
error.

Tested with: clang base (amd64, i386), gcc6, gcc7, gcc9, gcc base (mips)
2018-06-03 05:07:39 +00:00
..
commands.c top(1): misc minor improvements 2018-06-03 02:58:53 +00:00
commands.h top(1): Migrate top to usr.bin 2018-05-19 22:40:23 +00:00
display.c top(1): cleanup memory allocation and warnings 2018-06-02 21:40:45 +00:00
display.h top(1): const poison part 2 2018-06-02 07:44:50 +00:00
layout.h top(1): Migrate top to usr.bin 2018-05-19 22:40:23 +00:00
loadavg.h top(1): fix MIPS 2018-05-21 04:47:13 +00:00
machine.c top(1): use greater warnings 2018-06-03 05:07:39 +00:00
machine.h top: add -p option and p command to only show a single process 2018-06-02 15:52:18 +00:00
Makefile top(1): use greater warnings 2018-06-03 05:07:39 +00:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
screen.c top(1): Fix two speeling errors I introduced 2018-06-02 22:12:57 +00:00
screen.h top(1): cleanup memory allocation and warnings 2018-06-02 21:40:45 +00:00
sigconv.awk top(1): fix "variable without declaration" warning 2018-05-21 01:05:32 +00:00
top.1 top: add -p option and p command to only show a single process 2018-06-02 15:52:18 +00:00
top.c top(1): Fix two speeling errors I introduced 2018-06-02 22:12:57 +00:00
top.h top: add -p option and p command to only show a single process 2018-06-02 15:52:18 +00:00
username.c top(1): Use uid_t for uid rather than 'int' 2018-06-02 03:54:50 +00:00
username.h top(1): Use uid_t for uid rather than 'int' 2018-06-02 03:54:50 +00:00
utils.c top(1): misc minor improvements 2018-06-03 02:58:53 +00:00
utils.h top: add -p option and p command to only show a single process 2018-06-02 15:52:18 +00:00