cppcheck-cfg.rng: more strict minsize type value
This commit is contained in:
parent
33f5d27b53
commit
5ee6e082e8
|
@ -86,7 +86,12 @@
|
|||
</element>
|
||||
<element name="minsize">
|
||||
<attribute name="type">
|
||||
<ref name="DATA-NAME"/>
|
||||
<choice>
|
||||
<value>strlen</value>
|
||||
<value>argvalue</value>
|
||||
<value>sizeof</value>
|
||||
<value>mul</value>
|
||||
</choice>
|
||||
</attribute>
|
||||
<attribute name="arg">
|
||||
<ref name="ARGNO"/>
|
||||
|
|
Loading…
Reference in New Issue