1
0
Fork 0

Ignore re-assignment warnings in PVS-Studio

This commit is contained in:
krcroft 2020-04-14 19:51:14 -07:00 committed by Patryk Obara
parent 1789912212
commit 8d33524e25
2 changed files with 27 additions and 3 deletions

View file

@ -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,