Merge pull request #6186 from geoffw0/formatarg

C++: Fix FPs from cpp/wrong-type-format-argument
This commit is contained in:
Robert Marsh
2021-07-14 17:20:46 -07:00
committed by GitHub
13 changed files with 78 additions and 44 deletions

View File

@@ -0,0 +1,2 @@
lgtm,codescanning
* The 'Wrong type of arguments to formatting function' (cpp/wrong-type-format-argument) query is now more accepting of the string and character formatting differences between Microsoft and non-Microsoft platforms. There are now fewer false positive results.