tools: bpftool: compile with $(EXTRA_WARNINGS)
authorQuentin Monnet <quentin.monnet@netronome.com>
Wed, 14 Aug 2019 11:37:24 +0000 (12:37 +0100)
committerDaniel Borkmann <daniel@iogearbox.net>
Wed, 14 Aug 2019 20:57:36 +0000 (22:57 +0200)
commita9436dca115d121d98e0b30f078f3294ce13fa18
tree0d9cbcb6238cc5c3c359ff39209eb616b122612f
parentc162610c7db2e9611a7b3ec806f9c97fcfec0b0b
tools: bpftool: compile with $(EXTRA_WARNINGS)

Compile bpftool with $(EXTRA_WARNINGS), as defined in
scripts/Makefile.include, and fix the new warnings produced.

Simply leave -Wswitch-enum out of the warning list, as we have several
switch-case structures where it is not desirable to process all values
of an enum.

Remove -Wshadow from the warnings we manually add to CFLAGS, as it is
handled in $(EXTRA_WARNINGS).

Signed-off-by: Quentin Monnet <quentin.monnet@netronome.com>
Reviewed-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
tools/bpf/bpftool/Makefile
tools/bpf/bpftool/cgroup.c
tools/bpf/bpftool/perf.c