Warning 225: Unreachable Code
#3

The error occurs because you have an if-else-statement where both results of the condition returns a value. This will stop the code, and make the return 1; unreachable, as the code will never get there. Simply fix by either removing the returns in the statements, or remove return 1;
Reply


Messages In This Thread
Warning 225: Unreachable Code - by Vinninho - 13.03.2013, 11:32
Re: Warning 225: Unreachable Code - by JaKe Elite - 13.03.2013, 11:33
Re: Warning 225: Unreachable Code - by LarzI - 13.03.2013, 11:35
Re: Warning 225: Unreachable Code - by Vinninho - 13.03.2013, 11:47

Forum Jump:


Users browsing this thread: 1 Guest(s)