Modified comments
This commit is contained in:
parent
abc1f6816d
commit
746c99be28
|
@ -22,6 +22,12 @@ struct _variable
|
||||||
//---------------------------------------------------------------------------
|
//---------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
//---------------------------------------------------------------------------
|
||||||
|
// Checks for memory leaks..
|
||||||
|
//---------------------------------------------------------------------------
|
||||||
|
|
||||||
void CheckMemoryLeak()
|
void CheckMemoryLeak()
|
||||||
{
|
{
|
||||||
std::vector<_variable *> varlist;
|
std::vector<_variable *> varlist;
|
||||||
|
|
|
@ -158,7 +158,7 @@ void WarningRedundantCode()
|
||||||
|
|
||||||
|
|
||||||
//---------------------------------------------------------------------------
|
//---------------------------------------------------------------------------
|
||||||
// if (condition);
|
// if (condition) ....
|
||||||
//---------------------------------------------------------------------------
|
//---------------------------------------------------------------------------
|
||||||
|
|
||||||
void WarningIf()
|
void WarningIf()
|
||||||
|
|
Loading…
Reference in New Issue