errors.hlp (Topic list)
Error Message
                                                  Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Compiler warning (level 2) C4091
 
     no symbols were declared
 
     The compiler detected an empty declaration, as in the following
     example:
 
          int ;
 
     The declaration was ignored.
                                    -♦-