On 6/23/20 11:36 PM, Quentin Monnet wrote:
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 *t
On Tue, Jun 23, 2020 at 2:39 PM Quentin Monnet wrote:
>
> 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(stru
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)