cppcheck-cfg.rng: Increased number of allowed function arguments from 20 to 40. Have seen this number of arguments in generated code.

This commit is contained in:
orbitcowboy 2022-02-03 15:35:09 +01:00
parent 76b6203e0d
commit 1798b73808
1 changed files with 1 additions and 1 deletions

View File

@ -598,7 +598,7 @@
<define name="ARGNO">
<data type="integer">
<param name="minInclusive">1</param>
<param name="maxInclusive">20</param>
<param name="maxInclusive">40</param>
</data>
</define>