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
เบราว์เซอร์นี้ไม่ได้รับการสนับสนุนอีกต่อไป
อัปเกรดเป็น Microsoft Edge เพื่อใช้ประโยชน์จากคุณลักษณะล่าสุด เช่น การอัปเดตความปลอดภัยและการสนับสนุนด้านเทคนิค
expected 'token1'; found 'token2'
The compiler expected a different token in this context.
// C4081.cpp
// compile with: /W1 /LD
#pragma optimize) "l", on ) // C4081