Task #834 - fixed.err

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