Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 501 Bytes

compiler-warning-level-1-c4015.md

File metadata and controls

13 lines (11 loc) · 501 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Compiler Warning (level 1) C4015
Compiler Warning (level 1) C4015
11/04/2016
C4015
C4015
7242ab90-c869-482f-8152-46728575837e

Compiler Warning (level 1) C4015

'identifier' : type of bit field must be integral

The bit field is not declared as an integer type. The compiler assumes the base type of the bit field to be unsigned. Bit fields must be declared as unsigned integer types.