mirror of
https://github.com/github/codeql.git
synced 2026-05-03 04:39:29 +02:00
C++: Remove FPs in cpp/wrong-number-format-arguments due to BMN
This commit is contained in:
@@ -10,6 +10,4 @@
|
||||
| test.c:15:2:15:7 | call to printf | Format for printf expects 3 arguments but given 2 |
|
||||
| test.c:19:2:19:7 | call to printf | Format for printf expects 2 arguments but given 1 |
|
||||
| test.c:29:3:29:8 | call to printf | Format for printf expects 2 arguments but given 1 |
|
||||
| test.c:51:2:51:10 | call to my_logger | Format for my_logger expects 6 arguments but given 1 |
|
||||
| test.c:52:2:52:10 | call to my_logger | Format for my_logger expects 3 arguments but given 0 |
|
||||
| test.c:53:2:53:10 | call to my_logger | Format for my_logger expects 3 arguments but given 0 |
|
||||
| test.c:53:2:53:10 | call to my_logger | Format for my_logger expects 3 arguments but given 2 |
|
||||
|
||||
Reference in New Issue
Block a user