From 5b1e2c8c6cbae07c2e83f9ca379e6a24107cfd5a Mon Sep 17 00:00:00 2001 From: Cary R Date: Tue, 22 Nov 2011 19:21:02 -0800 Subject: [PATCH] Update the cppcheck suppression file in the vpp directory. Recent code changes moved the line that was being suppressed to a different line. This patch updates the suppression file to match the current code. --- vvp/cppcheck.sup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vvp/cppcheck.sup b/vvp/cppcheck.sup index 2625cfcca..2190f9696 100644 --- a/vvp/cppcheck.sup +++ b/vvp/cppcheck.sup @@ -1,3 +1,3 @@ // The new() operator is always used to allocate space for this class and // pool is defined there. -uninitVar:vvp_net.cc:153 +uninitVar:vvp_net.cc:164