Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 678 Bytes

compiler-warning-level-4-c4629.md

File metadata and controls

23 lines (19 loc) · 678 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Compiler Warning (level 4) C4629
Compiler Warning (level 4) C4629
11/04/2016
C4629
C4629
158cde12-bae5-4d43-b575-b52b35aaa0b9

Compiler Warning (level 4) C4629

digraph used, character sequence 'digraph' interpreted as token 'char' (insert a space between the two characters if this is not what you intended)

Under /Za, the compiler warns when it detects a digraph.

The following sample generates C4629:

// C4629.cpp
// compile with: /Za /W4
int main()
<%   // C4629 <% digraph for {
}