NOTEXE

367

Statement can never be executed

The compiler has detected a FOR loop that never executes. For example:

for i from 10 thru 1
  nop

NOTEXE is usually a warning except on the USING statement, where it’s an error. To avoid this error on USING, make sure the null term (“( )”) is the last condition in the match_term list. (Warning level 1)