description | title | ms.date | f1_keywords | helpviewer_keywords | ms.assetid | ||
---|---|---|---|---|---|---|---|
Learn more about: Compiler Warning (level 4) C4132 |
Compiler Warning (level 4) C4132 |
11/04/2016 |
|
|
b60e5b4a-53ac-4503-8456-235477f48afd |
'object' : const object should be initialized
The constant is not initialized. The value of a symbol with the const
attribute cannot be changed after its definition, it should be given an initialization value.