Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 696 Bytes

compiler-warning-level-1-c4612.md

File metadata and controls

25 lines (19 loc) · 696 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Compiler Warning (level 1) C4612
Compiler Warning (level 1) C4612
08/27/2018
C4612
C4612
21ac02b2-51cd-4aff-9b70-d543511d5962

Compiler Warning (level 1) C4612

error in include filename

Remarks

This warning occurs with #pragma include_alias when a filename is incorrect or missing.

The arguments to the #pragma include_alias statement can use the quote form ("filename") or angle-bracket form (<filename>), but both must use the same form.

Example

// C4612.cpp
// compile with: /W1 /LD
#pragma include_alias("StandardIO", <stdio.h>) // C4612