| ^~~~~~~~~~~~~ nest/a-set_test.c:18:28: note: 'set_sequence' declared here 18 | static const struct adata *set_sequence; /* <0; SET_SIZE) */ | ^~~~~~~~~~~~ nest/a-set_test.c:38:36: warning: storing the address of local variable 'empty_as_path' in 'set_sequence_same' [-Wdangling-pointer=] 38 | set_sequence = set_sequence_same = set_sequence_higher = set_random = &empty_as_path; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ nest/a-set_test.c:37:16: note: 'empty_as_path' declared here 37 | struct adata empty_as_path = {}; | ^~~~~~~~~~~~~ nest/a-set_test.c:19:28: note: 'set_sequence_same' declared here 19 | static const struct adata *set_sequence_same; /* <0; SET_SIZE) */ | ^~~~~~~~~~~~~~~~~ nest/a-set_test.c:38:58: warning: storing the address of local variable 'empty_as_path' in 'set_sequence_higher' [-Wdangling-pointer=] 38 | set_sequence = set_sequence_same = set_sequence_higher = set_random = &empty_as_path; | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ nest/a-set_test.c:37:16: note: 'empty_as_path' declared here 37 | struct adata empty_as_path = {}; | ^~~~~~~~~~~~~ nest/a-set_test.c:20:28: note: 'set_sequence_higher' declared here 20 | static const struct adata *set_sequence_higher; /*