DONOBLOCK, Argumentless DO not followed by a block

Compile Time Warning: This indicates the compiler detected an argumentless DO with no subsequent block with an appropriate level, and optimized it away.

Action: Generally this indicates a coding issue where the block is missing or has the wrong level indication, but it may also be unnecessary - correct as appropriate.

loading table of contents...