E2030 Misplaced break (C++)

From RAD Studio
Jump to: navigation, search

Go Up to Compiler Errors And Warnings (C++) Index

The compiler encountered a break statement outside a switch or looping construct.

You can only use break statements inside of switch statements or loops.