description | title | ms.date | f1_keywords | helpviewer_keywords | ms.assetid | ||
---|---|---|---|---|---|---|---|
Learn more about: Compiler Warning (level 1) C4185 |
Compiler Warning (level 1) C4185 |
11/04/2016 |
|
|
37e7063a-35b1-4e05-ae31-e811dced02b9 |
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