diff options
author | Quentin Monnet <quentin@isovalent.com> | 2020-06-23 22:36:00 +0100 |
---|---|---|
committer | Daniel Borkmann <daniel@iogearbox.net> | 2020-06-24 15:46:28 +0200 |
commit | 54b66c2255fadc8d78e88b5ffd99b19f7f754f5a (patch) | |
tree | cee4ef5c4efadc013a4fae8e1c981f4034c92960 /tools/testing/selftests/bpf/progs/test_autoload.c | |
parent | 4e608675e790b3f61b98bc38b3e8a38613b480ab (diff) |
tools, bpftool: Fix variable shadowing in emit_obj_refs_json()
Building bpftool yields the following complaint:
pids.c: In function 'emit_obj_refs_json':
pids.c:175:80: warning: declaration of 'json_wtr' shadows a global declaration [-Wshadow]
175 | void emit_obj_refs_json(struct obj_refs_table *table, __u32 id, json_writer_t *json_wtr)
| ~~~~~~~~~~~~~~~^~~~~~~~
In file included from pids.c:11:
main.h:141:23: note: shadowed declaration is here
141 | extern json_writer_t *json_wtr;
| ^~~~~~~~
Let's rename the variable.
v2:
- Rename the variable instead of calling the global json_wtr directly.
Signed-off-by: Quentin Monnet <quentin@isovalent.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Andrii Nakryiko <andriin@fb.com>
Link: https://lore.kernel.org/bpf/20200623213600.16643-1-quentin@isovalent.com
Diffstat (limited to 'tools/testing/selftests/bpf/progs/test_autoload.c')
0 files changed, 0 insertions, 0 deletions