Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
unexpected identifier 'identifier'
Remarks
The pragma containing the unexpected identifier is ignored.
Example
The following example generates C4109:
// C4109.cpp
// compile with: /W1 /LD
#pragma init_seg( abc ) // C4109