C++: Fixed false negative

This commit is contained in:
Mathias Vorreiter Pedersen
2020-01-07 22:20:04 +01:00
parent 229da0a9c0
commit db08076fed
2 changed files with 7 additions and 4 deletions

View File

@@ -10,3 +10,4 @@
| IntMultToLong.c:99:14:99:35 | ... * ... | Multiplication result may overflow 'int' before it is converted to 'unsigned long'. |
| IntMultToLong.c:103:14:103:46 | ... * ... | Multiplication result may overflow 'int' before it is converted to 'unsigned long'. |
| IntMultToLong.c:108:14:108:78 | ... * ... | Multiplication result may overflow 'int' before it is converted to 'unsigned long'. |
| IntMultToLong.c:119:14:119:26 | ... * ... | Multiplication result may overflow 'int' before it is converted to 'unsigned long'. |