Task #834 - added.err
back to task #834download
Error: COMPILER_WARNING: libseccomp-2.5.5-build/libseccomp-2.5.5/src/gen_bpf.c: scope_hint: In function '_gen_bpf_build_bpf' libseccomp-2.5.5-build/libseccomp-2.5.5/src/gen_bpf.c:2077:21: warning[-Wdangling-pointer=]: storing the address of local variable 'pseudo_arch' in 'state_236(D)->arch' # 2077 | state->arch = &pseudo_arch; # | ~~~~~~~~~~~~^~~~~~~~~~~~~~ libseccomp-2.5.5-build/libseccomp-2.5.5/src/gen_bpf.c:1999:25: note: 'pseudo_arch' declared here # 1999 | struct arch_def pseudo_arch; # | ^~~~~~~~~~~ libseccomp-2.5.5-build/libseccomp-2.5.5/src/gen_bpf.c:1985:49: note: 'state' declared here # 1985 | static int _gen_bpf_build_bpf(struct bpf_state *state, # | ~~~~~~~~~~~~~~~~~~^~~~~ # 2075| # 2076| /* reset the state to the pseudo_arch for the final resolution */ # 2077|-> state->arch = &pseudo_arch; # 2078| # 2079| /* resolve any TGT_NXT jumps at the top level */