astyle fix
This commit is contained in:
parent
c8f497a9b3
commit
dc59fc4391
|
@ -272,7 +272,7 @@ bool CheckNullPointer::isPointerDeRef(const Token *tok, bool &unknown)
|
|||
// FIXME: Uncomment this. We just need to fix false positives
|
||||
// when cppcheck source code is checked before it can
|
||||
// be uncommented. We need to have better checks to
|
||||
// determine when there is NOT a pointer dereference.
|
||||
// determine when there is NOT a pointer dereference.
|
||||
//unknown = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue