errors.hlp (Topic list)
Error Message
                                                  Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Compiler warning (level 1) C4083
 
     expected '(', found 'token'
 
     A left parenthesis, (, was missing from a pragma's argument list.
 
     The pragma was ignored.
 
     The following example causes this warning:
 
          #pragma check_pointer on)
                                    -♦-