On Tue, 23 Jun 2020 at 19:27, Andrii Nakryiko wrote:
>
> On Tue, Jun 23, 2020 at 8:54 AM 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
On Tue, Jun 23, 2020 at 8:54 AM 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)