Compiler Warning (level 1) C4081
expected 'token1'; found 'token2'
The compiler expected a different token in this context.
Example
// C4081.cpp
// compile with: /W1 /LD
#pragma optimize) "l", on ) // C4081
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
expected 'token1'; found 'token2'
The compiler expected a different token in this context.
// C4081.cpp
// compile with: /W1 /LD
#pragma optimize) "l", on ) // C4081