Fixed #8909 (false positive: (style) Variable 'li.LowPart' is assigned a value that is never used.)
This commit is contained in:
parent
94f2daccb2
commit
2ba5302e90
|
@ -5534,10 +5534,8 @@ HFONT CreateFont(
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
<podtype name="LARGE_INTEGER" sign="s" size="8"/>
|
|
||||||
<podtype name="POINTER_SIGNED" sign="s"/>
|
<podtype name="POINTER_SIGNED" sign="s"/>
|
||||||
<podtype name="POINTER_UNSIGNED" sign="u"/>
|
<podtype name="POINTER_UNSIGNED" sign="u"/>
|
||||||
<podtype name="ULARGE_INTEGER" sign="u" size="8"/>
|
|
||||||
<podtype name="__time32_t" sign="s" size="4"/>
|
<podtype name="__time32_t" sign="s" size="4"/>
|
||||||
<podtype name="__time64_t" sign="s" size="8"/>
|
<podtype name="__time64_t" sign="s" size="8"/>
|
||||||
<podtype name="_locale_t"/>
|
<podtype name="_locale_t"/>
|
||||||
|
|
Loading…
Reference in New Issue