mirror of
https://github.com/github/codeql.git
synced 2025-12-24 12:46:34 +01:00
[CPP-434] Expected result.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
| SignedComparisons.cpp:8:12:8:22 | ... < ... | Testing for signed overflow/underflow may produce undefined results. |
|
||||
| SignedComparisons.cpp:11:9:11:20 | ... < ... | Testing for signed overflow/underflow may produce undefined results. |
|
||||
| SignedComparisons.cpp:21:12:21:26 | ... < ... | Testing for signed overflow/underflow may produce undefined results. |
|
||||
| SignedComparisons.cpp:24:9:24:23 | ... < ... | Testing for signed overflow/underflow may produce undefined results. |
|
||||
Reference in New Issue
Block a user