description | title | ms.date | f1_keywords | helpviewer_keywords | ms.assetid | ||
---|---|---|---|---|---|---|---|
Learn more about: Compiler Warning (level 1) C4109 |
Compiler Warning (level 1) C4109 |
11/04/2016 |
|
|
9e8d95c6-e05d-47e0-bd87-78974b3cc06c |
unexpected identifier 'identifier'
The pragma containing the unexpected identifier is ignored.
// C4109.cpp
// compile with: /W1 /LD
#pragma init_seg( abc ) // C4109