Compilerwarnung (Ebene 1) C4186
#import Attribut "Attribut" erfordert Zählungsargumente; ignoriert
Ein #import
-Attribut weist die falsche Anzahl von Argumenten auf.
Beispiel
// C4186.cpp
// compile with: /W1 /c
#import "stdole2.tlb" no_namespace("abc") rename("a","b","c") // C4186
Das no_namespace
-Attribut akzeptiert keine Argumente. Das rename -Attribut erhält nur zwei Argumente.