RAD Studio
ContentsIndex
PreviousUpNext
W8066: Unreachable code (C++)

(Command-line option to suppress warning: -w-rch) 

A break, continue, goto, or return statement was not followed by a label or the end of a loop or function. 

The compiler checks while, do, and for loops with a constant test condition, and attempts to recognize loops that can't fall through.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!