|
![]() Click on image to see enlargment |
|
PC-lint/FlexeLint Output | Reference Manual Explanation | Home bug1402.cpp
Santa is gearing up for this year's Christmas production. But his new program is showing unusually small values. What's going wrong? bug1402.cpp lint Output
--- Module: bug1402.cpp (C++)
_
Toys = Children * 2;
bug1402.cpp(9) : Warning 1402: member 'NorthPole::Children' (line 4) not initialized
_
};
bug1402.cpp(14) : Info 1712: default constructor not defined for class 'NorthPole'
Reference Manual Explanation
1402 member 'Symbol' (Location) not initialized -- The indicated member symbol
was not initialized prior to use. Either this is in a constructor where
it is presumed that no members are pre-initialized or this is after a
statement which will remove its initialization such as a delete or a free.
If you have comments or questions about this bug, please post them to our Discussion Forum |
Previous Bug - Bug #1772 - November 2007