From 20b84fcdee7cec225038c0253dee42a923352444 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Fri, 8 Nov 2013 13:22:07 +0100 Subject: [PATCH] Null pointers: Don't warn when first argument to freopen() is NULL --- lib/checknullpointer.cpp | 2 +- test/testnullpointer.cpp | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/checknullpointer.cpp b/lib/checknullpointer.cpp index 21e6da6b3..fa3285269 100644 --- a/lib/checknullpointer.cpp +++ b/lib/checknullpointer.cpp @@ -110,7 +110,6 @@ void CheckNullPointer::parseFunctionCall(const Token &tok, std::list