errors.hlp (Topic list)
Error Message
                                                  Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Compiler warning (level 4) C4205
 
     statement has no effect
 
     The indicated statement will have no effect on the program
     execution.
 
     Some examples of statements with no effect:
 
          1;
          a + 1;
          b == c;
                                    -♦-