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.
This commit is contained in:
parent
7e9d41da11
commit
5b1e2c8c6c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue