◄Up► ◄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 generates this warning: #pragma check_pointer on ) -♦-