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:
parent
76b6203e0d
commit
1798b73808
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue