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 |
|
|
2aaecfae-1e79-4787-87e8-0973f7ec0efe |
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.