Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 568 Bytes

compiler-warning-level-1-c4684.md

File metadata and controls

22 lines (18 loc) · 568 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Compiler Warning (level 1) C4684
Compiler Warning (level 1) C4684
11/04/2016
C4684
C4684
e95f1a83-2784-4b05-ae94-12148e056e26

Compiler Warning (level 1) C4684

'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];