FP0152
FP0152 - Unreachable code detected
Section titled “FP0152 - Unreachable code detected”Category: Analysis
Description
Section titled “Description”Static analysis detected code that can never be executed.
Review the control flow and remove or fix unreachable code sections. This often indicates logical errors.