You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In TlvMessage.DeleteParm, parm is incorrectly flagged as “argument could be const”. This occurs even though parm.header.pid is the LHS of an assignment. StackArg has a single via_, so it can’t follow a chain of . operators. It knows that header is modified, but not parm.
The text was updated successfully, but these errors were encountered:
This issue is now tracked here.
In
TlvMessage.DeleteParm
,parm
is incorrectly flagged as “argument could be const”. This occurs even thoughparm.header.pid
is the LHS of an assignment.StackArg
has a singlevia_
, so it can’t follow a chain of.
operators. It knows thatheader
is modified, but notparm
.The text was updated successfully, but these errors were encountered: