astyle fix

This commit is contained in:
Reijo Tomperi 2011-12-12 21:27:48 +02:00
parent c8f497a9b3
commit dc59fc4391
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}