Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 456 Bytes

compiler-warning-level-1-c4402.md

File metadata and controls

15 lines (12 loc) · 456 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Compiler Warning (level 1) C4402
Compiler Warning (level 1) C4402
11/04/2016
C4402
C4402
2aaecfae-1e79-4787-87e8-0973f7ec0efe

Compiler Warning (level 1) C4402

must use PTR operator

A type is used on an operand without a PTR operator when referring to or casting to a type in inline assembly code.

The compiler assumes the PTR operator.