Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 505 Bytes

compiler-warning-level-1-c4185.md

File metadata and controls

21 lines (17 loc) · 505 Bytes
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
C4185
C4185
37e7063a-35b1-4e05-ae31-e811dced02b9

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