Ignore re-assignment warnings in PVS-Studio
This commit is contained in:
parent
1789912212
commit
8d33524e25
2 changed files with 27 additions and 3 deletions
|
@ -1,6 +1,30 @@
|
|||
{
|
||||
"version": 1,
|
||||
"warnings": [
|
||||
{
|
||||
"CodeCurrent": 99146737,
|
||||
"CodeNext": 3299936121,
|
||||
"CodePrev": 2974951853,
|
||||
"ErrorCode": "V570",
|
||||
"FileName": "mem.h",
|
||||
"Message": "The 'val' variable is assigned to itself."
|
||||
},
|
||||
{
|
||||
"CodeCurrent": 99146737,
|
||||
"CodeNext": 3299936121,
|
||||
"CodePrev": 2974951853,
|
||||
"ErrorCode": "V570",
|
||||
"FileName": "mem.h",
|
||||
"Message": "The 'val' variable is assigned to itself."
|
||||
},
|
||||
{
|
||||
"CodeCurrent": 99146737,
|
||||
"CodeNext": 3299936121,
|
||||
"CodePrev": 2974951853,
|
||||
"ErrorCode": "V570",
|
||||
"FileName": "mem.h",
|
||||
"Message": "The 'val' variable is assigned to itself."
|
||||
},
|
||||
{
|
||||
"CodeCurrent": 432032057,
|
||||
"CodeNext": 36027430,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue