Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 497 Bytes

compiler-warning-level-1-c4122.md

File metadata and controls

15 lines (12 loc) · 497 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Compiler Warning (level 1) C4122
Compiler Warning (level 1) C4122
11/04/2016
C4122
C4122
9a83eb0d-8708-42f7-988a-b0b6f2f646a0

Compiler Warning (level 1) C4122

'function' : alloc_text applicable only to functions with C linkage

The alloc_text pragma applies only to functions declared with extern c. It cannot be used with external C++ functions.

The pragma is ignored.