]> git.sur5r.net Git - cc65/blob - test/misc/goto.ref
f31fa4507d9bd93cd534e9a3ad8a35932d5b6e5d
[cc65] / test / misc / goto.ref
1 goto.c(34): Warning: Goto from line 29 to label 'bad' can result in a trashed stack
2 goto.c(40): Warning: Goto from line 18 to label 'unsafe' can result in a trashed stack
3 goto.c(42): Warning: Goto from line 42 to label 'another' can result in a trashed stack
4 goto.c(47): Warning: Goto from line 47 to label 'bad' can result in a trashed stack
5 goto.c(56): Warning: Goto from line 38 to label 'finish' can result in a trashed stack
6 goto.c(58): Warning: `unused' is defined but never used
7 goto.c(65): Warning: Control reaches end of non-void function