selftests/bpf: Fix two minor compilation warnings reported by GCC 4.9
authorAndrii Nakryiko <andriin@fb.com>
Thu, 20 Aug 2020 06:14:10 +0000 (23:14 -0700)
committerDaniel Borkmann <daniel@iogearbox.net>
Thu, 20 Aug 2020 14:45:09 +0000 (16:45 +0200)
commit37a6a9e7676381cdf6868d2c013893074a1ee7b6
tree469cc9c331f4ced836bdb6cffc77198350ce5776
parentdda1ec9fc7f8383cb469a82614dbce61f357f3f8
selftests/bpf: Fix two minor compilation warnings reported by GCC 4.9

GCC 4.9 seems to be more strict in some regards. Fix two minor issue it
reported.

Fixes: 1c1052e0140a ("tools/testing/selftests/bpf: Add self-tests for new helper bpf_get_ns_current_pid_tgid.")
Fixes: 2d7824ffd25c ("selftests: bpf: Add test for sk_assign")
Signed-off-by: Andrii Nakryiko <andriin@fb.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Yonghong Song <yhs@fb.com>
Link: https://lore.kernel.org/bpf/20200820061411.1755905-3-andriin@fb.com
tools/testing/selftests/bpf/prog_tests/sk_assign.c
tools/testing/selftests/bpf/test_current_pid_tgid_new_ns.c