C++: Remove FPs in cpp/wrong-number-format-arguments due to BMN

This commit is contained in:
Calum Grant
2024-09-23 16:38:34 +01:00
parent 6a0212ea44
commit 31684d2548
3 changed files with 26 additions and 11 deletions

View File

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