◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── Compiler warning (level 1) C4079 unexpected token 'token' An unexpected separator token was found in the argument list of a pragma. The remainder of the pragma was ignored. The following example generates this warning: #pragma comment( "Kilroy was here", ) -♦-