Description
This message is to inform the user that the code is violating loop rewind optimization rules.
Explanation
Loop rewind optimization does not support any continue statement.
Solution
Refactor the code without the continue statement.
This message is to inform the user that the code is violating loop rewind optimization rules.
Loop rewind optimization does not support any continue statement.
Refactor the code without the continue statement.