Feedback
Empty Select Case branches now produce analyser warnings
- Status
- Fixed
- Fixed in
- v26.8.1
- Source discussion
- https://forum.objo.dev/d/728-missing-warning-for-case-empty
- Last updated
- 2026-08-04
Upvotes
0 upvotes
Uses your Objo forum account.
Public summary
Empty Case branches in a Select Case statement currently compile without an analyser warning, unlike other empty control-flow blocks. The analyser should report an empty-block warning for each empty Case branch so accidentally omitted code is easier to spot.