Expand Minimize
This topic has not yet been rated - Rate this topic

Compiler Warning (level 1) C4684

Error Message

'attribute' : WARNING!! attribute may cause invalid code generation: use with caution

You used an attribute that should not commonly be used.

The following sample generates C4684:

// C4684.cpp
// compile with: /W1 /LD
 [module(name="xx")]; // C4684 expected
[no_injected_text];
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.