Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 544 Bytes

compiler-warning-level-1-c4048.md

File metadata and controls

15 lines (12 loc) · 544 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Compiler Warning (level 1) C4048
Compiler Warning (level 1) C4048
11/04/2016
C4048
C4048
8429f513-4732-40f1-8e56-4c224e723bcb

Compiler Warning (level 1) C4048

different declared array subscripts : 'identifier1' and 'identifier2'

An expression involves pointers to arrays of different size. The pointers are used without conversion.

This warning may be fixed if you explicitly cast the arrays to the same or equivalent type.