Files
cc65/test/misc/flow-switch-02.ref
2025-07-26 10:17:32 +02:00

11 lines
549 B
Plaintext

flow-switch-02.c:18: Warning: Case value (256) out of range for switch condition type
flow-switch-02.c:22: Warning: Unreachable code
flow-switch-02.c:49: Warning: Result of comparison is always false
flow-switch-02.c:51: Warning: Unreachable code
flow-switch-02.c:61: Warning: Unreachable code
flow-switch-02.c:69: Warning: Result of comparison is always true
flow-switch-02.c:73: Warning: Unreachable code
flow-switch-02.c:81: Warning: Unreachable code
flow-switch-02.c:91: Warning: Unreachable code
flow-switch-02.c:101: Warning: Unreachable code