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
Deze browser wordt niet meer ondersteund.
Upgrade naar Microsoft Edge om te profiteren van de nieuwste functies, beveiligingsupdates en technische ondersteuning.
expected 'token1'; found 'token2'
The compiler expected a different token in this context.
// C4081.cpp
// compile with: /W1 /LD
#pragma optimize) "l", on ) // C4081