Compiler Warning (level 1) C4185
ignoring unknown #import attribute 'attribute'
The attribute is not a valid attribute of #import
. It is ignored.
Example
// C4185.cpp
// compile with: /W1 /c
#import "stdole2.tlb" no_such_attribute // C4185
เบราว์เซอร์นี้ไม่ได้รับการสนับสนุนอีกต่อไป
อัปเกรดเป็น Microsoft Edge เพื่อใช้ประโยชน์จากคุณลักษณะล่าสุด เช่น การอัปเดตความปลอดภัยและการสนับสนุนด้านเทคนิค
ignoring unknown #import attribute 'attribute'
The attribute is not a valid attribute of #import
. It is ignored.
// C4185.cpp
// compile with: /W1 /c
#import "stdole2.tlb" no_such_attribute // C4185