Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 870 Bytes

compiler-warning-level-2-c4653.md

File metadata and controls

15 lines (12 loc) · 870 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Compiler Warning (level 2) C4653
Compiler Warning (level 2) C4653
11/04/2016
C4653
C4653
90ec3317-3d39-4b4c-bcd1-97e7c799e1b6

Compiler Warning (level 2) C4653

compiler option 'option' inconsistent with precompiled header; current command-line option ignored

An option specified with the Use Precompiled Headers (/Yu) option was inconsistent with the options specified when the precompiled header was created. This compilation used the option specified when the precompiled header was created.

This warning can occur when a different value for the Pack Structures option (/Zp) was specified during compilation of the precompiled header.