diff options
author | Mao Wenan <maowenan@huawei.com> | 2020-04-18 09:37:35 +0800 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2020-04-26 08:40:01 -0700 |
commit | b0b3fb6759220d4fa359e9ac486859c9d422c204 (patch) | |
tree | 6c90dffcd354a412ab54c94ebf0d13309065cf30 /Makefile | |
parent | 3fd8dc269ff0647819589c21b2ce60af6fc0a455 (diff) |
bpf: Remove set but not used variable 'dst_known'
Fixes gcc '-Wunused-but-set-variable' warning:
kernel/bpf/verifier.c:5603:18: warning: variable ‘dst_known’
set but not used [-Wunused-but-set-variable], delete this
variable.
Signed-off-by: Mao Wenan <maowenan@huawei.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Acked-by: Song Liu <songliubraving@fb.com>
Link: https://lore.kernel.org/bpf/20200418013735.67882-1-maowenan@huawei.com
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions