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
Tätä selainta ei enää tueta.
Päivitä Microsoft Edgeen, jotta voit hyödyntää uusimpia ominaisuuksia, suojauspäivityksiä ja teknistä tukea.
unexpected identifier 'identifier'
The pragma containing the unexpected identifier is ignored.
// C4109.cpp
// compile with: /W1 /LD
#pragma init_seg( abc ) // C4109