Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 803 Bytes

compiler-warning-level-1-c4650.md

File metadata and controls

17 lines (13 loc) · 803 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Compiler Warning (level 1) C4650
Compiler Warning (level 1) C4650
11/04/2016
C4650
C4650
3190b3e3-dcd6-4846-939b-f900ab652b2a

Compiler Warning (level 1) C4650

debugging information not in precompiled header; only global symbols from the header will be available

The precompiled header file was not compiled with Microsoft symbolic debugging information.

When linked, the resulting executable or dynamic-link library file will not include debugging information for local symbols contained in the precompiled header.

This warning can be avoided by recompiling the precompiled header file with the /Zi command-line option.