In reply to kichu:
This is basically a dead code warning, code that will never get executed. To get rid of the warning message you need to either fix the conditional expression so it is no longer a constant, or get rid of the conditional-if statement. We can’t help you without seeing any code or knowing what the intended behavior is supposed to be.