Complete unreachable checking for switch statements.

This commit is contained in:
Kugel Fuhr
2025-07-26 09:03:27 +02:00
parent 70c1bd5e3c
commit 8f4a4040d6
7 changed files with 239 additions and 62 deletions

View File

@@ -1 +1,5 @@
flow-switch-01.c:7: Warning: Unreachable code
flow-switch-01.c:48: Warning: Unreachable code
flow-switch-01.c:62: Warning: Unreachable code
flow-switch-01.c:75: Warning: Unreachable code
flow-switch-01.c:96: Warning: Unreachable code