Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 858 Bytes

compiler-warning-level-1-c4628.md

File metadata and controls

26 lines (21 loc) · 858 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Compiler Warning (level 1) C4628
Compiler Warning (level 1) C4628
11/04/2016
C4628
C4628
20fdc6f8-5f6a-40cc-aff8-c7ccf3d8ec26

Compiler Warning (level 1) C4628

digraphs not supported with -Ze. Character sequence 'digraph' not interpreted as alternate token for 'char'

Digraphs are not supported under /Ze. This warning will be followed by an error.

This warning is off by default. See Compiler Warnings That Are Off by Default for more information.

The following sample generates C4628:

// C4628.cpp
// compile with: /WX
#pragma warning(default : 4628)
int main()
<%   // C4628 <% digraph for {
}