Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 468 Bytes

compiler-warning-level-1-c4109.md

File metadata and controls

21 lines (17 loc) · 468 Bytes
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
C4109
C4109
9e8d95c6-e05d-47e0-bd87-78974b3cc06c

Compiler Warning (level 1) C4109

unexpected identifier 'identifier'

The pragma containing the unexpected identifier is ignored.

Example

// C4109.cpp
// compile with: /W1 /LD
#pragma init_seg( abc ) // C4109